svnno****@sourc*****
svnno****@sourc*****
2008年 6月 5日 (木) 07:22:50 JST
Revision: 951 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=951 Author: shinsuke Date: 2008-06-05 07:22:50 +0900 (Thu, 05 Jun 2008) Log Message: ----------- removed unused files. Removed Paths: ------------- pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPassword.html pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPasswordCompleted.html pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationCompleted.html pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationUpdate.html pal-admin/trunk/src/main/webapp/view/registration/publicPortalSecretAnswer.html -------------- next part -------------- Deleted: pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPassword.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPassword.html 2008-06-04 09:09:47 UTC (rev 950) +++ pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPassword.html 2008-06-04 22:22:50 UTC (rev 951) @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xmlns:te="http://www.seasar.org/teeda/extension"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <link rel="stylesheet" type="text/css" href="../../css/global.css" /> - </head> - <body> - <form id="ForgottenPasswordForm"> -<!-- message: BEGIN --> -<div class="portlet-msg"> -<span id="allMessages" te:fatalClass="portlet-msg-error" te:errorClass="portlet-msg-error" te:warnClass="portlet-msg-alert" te:infoClass="portlet-msg-info"></span> -</div> -<!-- message: END --> -<!-- content: BEGIN --> - <div class="portlet-form-label"> - <label id="pageMessageLabel" class="portlet-form-label"></label> - </div> - <div style="text-align:center;margin-top: 10px;"> - <label id="emailLabel" for="email" class="portlet-form-label">email</label>: - <input id="email" type="text" class="portlet-form-input-field" size="24" /> - </div> - <div style="text-align:center;"> - <input type="button" id="doNext" value="Finish" onclick="location.href='publicPortalSecretAnswer.html'" class="portlet-form-button" /> - </div> -<!-- content: END --> - </form> - </body> -</html> Deleted: pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPasswordCompleted.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPasswordCompleted.html 2008-06-04 09:09:47 UTC (rev 950) +++ pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPasswordCompleted.html 2008-06-04 22:22:50 UTC (rev 951) @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xmlns:te="http://www.seasar.org/teeda/extension"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <link rel="stylesheet" type="text/css" href="../../css/global.css" /> - </head> - <body> - <form id="UserRegistrationForm"> -<!-- message: BEGIN --> -<div class="portlet-msg"> -<span id="allMessages" te:fatalClass="portlet-msg-error" te:errorClass="portlet-msg-error" te:warnClass="portlet-msg-alert" te:infoClass="portlet-msg-info"></span> -</div> -<!-- message: END --> - <div class="portlet-form-label" style="text-align:center;"> - <label id="forgottenPasswordAgainLabel">再度、ユーザーを登録する場合は、以下のリンクをクリックしてください。</label> - </div> - <div class="portlet-form-label" style="text-align:center;"> - <a id="goPublicPortalForgottenPassword" href="publicPortalForgottenPassword.html"><span id="forgottenPasswordLinkLabel">パスワードの再発行</span></a> - </div> - </form> - </body> -</html> Deleted: pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationCompleted.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationCompleted.html 2008-06-04 09:09:47 UTC (rev 950) +++ pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationCompleted.html 2008-06-04 22:22:50 UTC (rev 951) @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xmlns:te="http://www.seasar.org/teeda/extension"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <link rel="stylesheet" type="text/css" href="../../css/global.css" /> - </head> - <body> - <form id="UserRegistrationForm"> -<!-- message: BEGIN --> -<div class="portlet-msg"> -<span id="allMessages" te:fatalClass="portlet-msg-error" te:errorClass="portlet-msg-error" te:warnClass="portlet-msg-alert" te:infoClass="portlet-msg-info"></span> -</div> -<!-- message: END --> - <div class="portlet-form-label" style="text-align:center;"> - <label id="registAgainLabel">再度、ユーザーを登録する場合は、以下のリンクをクリックしてください。</label> - </div> - <div class="portlet-form-label" style="text-align:center;"> - <a id="goPublicPortalRegistrationRegister" href="publicPortalRegistrationRegister.html"><span id="registLinkLabel">ユーザー登録</span></a> - </div> - </form> - </body> -</html> Deleted: pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationUpdate.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationUpdate.html 2008-06-04 09:09:47 UTC (rev 950) +++ pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationUpdate.html 2008-06-04 22:22:50 UTC (rev 951) @@ -1,307 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xmlns:te="http://www.seasar.org/teeda/extension"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <link rel="stylesheet" type="text/css" href="../../css/global.css" /> - </head> - <body> - <form id="UserRegistrationUpdateForm"> -<!-- message: BEGIN --> -<div class="portlet-msg"> -<span id="allMessages" te:fatalClass="portlet-msg-error" te:errorClass="portlet-msg-error" te:warnClass="portlet-msg-alert" te:infoClass="portlet-msg-info"></span> -</div> -<!-- message: END --> - <div class="portlet-form-label"> - <font color="#FF3F0C">*</font> - <label id="requiredDescriptionLabel">がついている項目はかならず入力してください。</label> - </div> - <div style="margin:10px 0px;" class="portlet-section-header"> - <label id="userPasswordTitleLabel">ユーザー ID の入力</label> - </div> - <div style="float:left;width:530px;" class="portlet-form-label"> - <label id="typeUserPasswordLabel">ご希望のユーザー ID を入力してください。</label> - <table> - <tbody> - <tr> - <td align="right" width="25%"><label id="passwordLabel" class="portlet-form-field-label">ユーザー ID</label>: - </td> - <td width="75%"> - <input id="password" type="password" class="portlet-form-input-field" size="24" /> - <label id="passwordConditionLabel" class="portlet-form-label">(6〜32字の半角英数字)</label> - </td> - </tr> - <tr> - <td align="right" width="25%"><label id="verifyPasswordLabel" class="portlet-form-field-label">ユーザー ID</label>: - </td> - <td width="75%"> - <input id="verifyPassword" type="password" class="portlet-form-input-field" size="24" /> - </td> - </tr> - </tbody> - </table> - </div> - <div style="float:right;width:230px;background:#eeeeee;" class="portlet-form-label"> - <div> - <label id="userPasswordHintLabel">ユーザー ID に関するヒント</label> - </div> - <ul> - <li class="portlet-form-label"> - <label id="charAvailableLabel">文字は半角英数字が利用可能</label> - </li> - <li class="portlet-form-label"> - <label id="underscoreAvailableLabel">記号は、アンダーバー( _ )のみ使用可能です</label> - </li> - </ul> - </div> - <br style="margin:10px;clear:both;" /> - <div style="margin:10px 0px;" class="portlet-section-header"> - <label id="userInfoTitleLabel">お客様情報の入力</label> - </div> - <div style="float:left;width:530px;" class="portlet-form-label"> - <label id="typeUserInfoLabel">ユーザー ID やパスワードをお忘れの場合に、以下の情報を元に本人確認を行います。正確に入力してください。</label> - <table> - <tbody> - <tr> - <td align="right" width="25%"><font color="#FF3F0C">*</font><label id="nameLabel" class="portlet-form-field-label">氏名</label>: - </td> - <td width="75%"> - <label id="userNameFamilyLabel" class="portlet-form-label">(姓)</label> - <input id="userNameFamily" type="text" class="portlet-form-input-field" size="10" /> - <label id="userNameGivenLabel" class="portlet-form-label">(名)</label> - <input id="userNameGiven" type="text" class="portlet-form-input-field" size="10" /> - </td> - </tr> - <tr> - <td align="right" width="25%"><font color="#FF3F0C">*</font><label id="nameYomiLabel" class="portlet-form-field-label">氏名</label>: - </td> - <td width="75%"> - <label id="userNameFamilyYomiLabel" class="portlet-form-label">(姓)</label> - <input id="userNameFamilyYomi" type="text" class="portlet-form-input-field" size="10" /> - <label id="userNameGivenYomiLabel" class="portlet-form-label">(名)</label> - <input id="userNameGivenYomi" type="text" class="portlet-form-input-field" size="10" /> - </td> - </tr> - <tr> - <td align="right" width="25%"><font color="#FF3F0C">*</font><label id="userHomeInfoPostalPostalcodeLabel" class="portlet-form-field-label">郵便番号</label>: - </td> - <td width="75%"> - <input id="userHomeInfoPostalPostalcode" type="text" class="portlet-form-input-field" size="8" /> - <label id="userHomeInfoPostalPostalcodeConditionLabel" class="portlet-form-label">(半角数字7桁)</label> - </td> - </tr> - <tr> - <td></td> - <td> - <label id="userHomeInfoPostalPostalcodeExampleLabel" class="portlet-form-label">(例:123-0001、1230001)</label> - </td> - </tr> - <tr> - <td align="right" width="25%"><font color="#FF3F0C">*</font><label id="userGenderLabel" class="portlet-form-field-label">性別</label>: - </td> - <td width="75%"> - <span id="userGender"> - <input type="radio" name="userGender" value="M" /> - <label id="maleLabel">男性</label> - <input type="radio" name="userGender" value="F" /> - <label id="femaleLabel">女性</label> - </span> - </td> - </tr> - <tr> - <td align="right" width="25%"><font color="#FF3F0C">*</font><label id="userBdateLabel" class="portlet-form-field-label">生年月日</label>: - </td> - <td width="75%"> - <input id="userBdateYear" type="text" class="portlet-form-input-field" size="4" /> - <label id="userBdateYearLabel" class="portlet-form-field-label">年</label> - <input id="userBdateMonth" type="text" class="portlet-form-input-field" size="2" /> - <label id="userBdateMonthLabel" class="portlet-form-field-label">月</label> - <input id="userBdateDate" type="text" class="portlet-form-input-field" size="2" /> - <label id="userBdateDateLabel" class="portlet-form-field-label">日</label> - </td> - </tr> - <tr> - <td align="right" width="25%"><font color="#FF3F0C">*</font><label id="userBusinessInfoOnlineEmailLabel" class="portlet-form-field-label">メールアドレス</label>: - </td> - <td width="75%"> - <input id="userBusinessInfoOnlineEmail" type="text" class="portlet-form-input-field" size="24" /> - <label id="userBusinessInfoOnlineEmailConditionLabel" class="portlet-form-label">(半角)</label> - </td> - </tr> - <tr> - <td align="right" width="25%"><font color="#FF3F0C">*</font><label id="userIndustryLabel" class="portlet-form-field-label">業種</label>: - </td> - <td width="75%"> - <span id="userIndustry"> - <input type="radio" name="userIndustry" value="ComputerInternet" /> - <label id="ComputerInternetLabel">コンピュータ関係(管理/インターネット)</label> - <br /> - <input type="radio" name="userIndustry" value="ComputerHardware" /> - <label id="ComputerHardwareLabel">コンピュータ関係(ハードウエア)</label> - <br /> - <input type="radio" name="userIndustry" value="ComputerSoftware" /> - <label id="ComputerSoftwareLabel">コンピュータ関係(ソフトウエア)</label> - <br /> - <input type="radio" name="userIndustry" value="Research" /> - <label id="ResearchLabel">教育/研究</label> - <br /> - <input type="radio" name="userIndustry" value="Engineering" /> - <label id="EngineeringLabel">エンジニア/建築</label> - <br /> - <input type="radio" name="userIndustry" value="Finance" /> - <label id="FinanceLabel">銀行/金融/不動産</label> - <br /> - <input type="radio" name="userIndustry" value="Manufacturing" /> - <label id="ManufacturingLabel">製造/流通</label> - <br /> - <input type="radio" name="userIndustry" value="Service" /> - <label id="ServiceLabel">サービス</label> - <br /> - <input type="radio" name="userIndustry" value="Healthcare" /> - <label id="HealthcareLabel">医薬/健康</label> - <br /> - <input type="radio" name="userIndustry" value="Publication" /> - <label id="PublicationLabel">娯楽/メディア/出版</label> - <br /> - <input type="radio" name="userIndustry" value="Travel" /> - <label id="TravelLabel">旅行/接客業</label> - <br /> - <input type="radio" name="userIndustry" value="Retail" /> - <label id="RetailLabel">小売/卸売</label> - <br /> - <input type="radio" name="userIndustry" value="Nonprofit" /> - <label id="NonprofitLabel">非営利団体</label> - <br /> - <input type="radio" name="userIndustry" value="Government" /> - <label id="GovernmentLabel">政府/自治体</label> - <br /> - <input type="radio" name="userIndustry" value="Law" /> - <label id="LawLabel">法律</label> - <br /> - <input type="radio" name="userIndustry" value="Unemployed" /> - <label id="unemployedLabel-userIndustry">無職</label> - <br /> - <input type="radio" name="userIndustry" value="Other" /> - <label id="otherLabel-userIndustry">その他</label> - <br /> - </span> - </td> - </tr> - <tr> - <td align="right" width="25%"><font color="#FF3F0C">*</font><label id="userJobtitleLabel" class="portlet-form-field-label">職種</label>: - </td> - <td width="75%"> - <span id="userJobtitle"> - <input type="radio" name="userJobtitle" value="Officer" /> - <label id="OfficerLabel">役員/管理職</label> - <br /> - <input type="radio" name="userJobtitle" value="Specialist" /> - <label id="SpecialistLabel">専門職(医師、弁護士等)</label> - <br /> - <input type="radio" name="userJobtitle" value="Teacher" /> - <label id="TeacherLabel">教員</label> - <br /> - <input type="radio" name="userJobtitle" value="ComputerEngineer" /> - <label id="ComputerEngineerLabel">コンピュータ関連技術者</label> - <br /> - <input type="radio" name="userJobtitle" value="Engineer" /> - <label id="EngineerLabel">その他技術者</label> - <br /> - <input type="radio" name="userJobtitle" value="Support" /> - <label id="SupportLabel">サービス/カスタマーサポート</label> - <br /> - <input type="radio" name="userJobtitle" value="Administrative" /> - <label id="AdministrativeLabel">事務職</label> - <br /> - <input type="radio" name="userJobtitle" value="Sales" /> - <label id="SalesLabel">営業/マーケティング</label> - <br /> - <input type="radio" name="userJobtitle" value="Salesclerk" /> - <label id="SalesclerkLabel">販売員</label> - <br /> - <input type="radio" name="userJobtitle" value="Student" /> - <label id="StudentLabel">大学生/大学院生</label> - <br /> - <input type="radio" name="userJobtitle" value="Kid" /> - <label id="KidLabel">小/中/高校生</label> - <br /> - <input type="radio" name="userJobtitle" value="Homemaker" /> - <label id="HomemakerLabel">主婦</label> - <br /> - <input type="radio" name="userJobtitle" value="SelfEmployed" /> - <label id="SelfEmployedLabel">自営業</label> - <br /> - <input type="radio" name="userJobtitle" value="Unemployed" /> - <label id="unemployedLabel-userJobtitle">無職</label> - <br /> - <input type="radio" name="userJobtitle" value="Retirement" /> - <label id="retirementLabel">定年退職者</label> - <br /> - <input type="radio" name="userJobtitle" value="Other" /> - <label id="otherLabel-userJobtitle">その他</label> - <br /> - </span> - </td> - </tr> - </tbody> - </table> - </div> - <div style="float:right;width:230px;background:#eeeeee;" class="portlet-form-label"> - <div> - <label id="userInfoHintLabel">お客様情報に関するヒント</label> - </div> - <ul> - <li class="portlet-form-label"> - <label id="liveInOverseaLabel">海外在住の方は、000-0000と入力してください</label> - </li> - <li class="portlet-form-label"> - <label id="bdataYearDescriptionLabel">生年月日の年は西暦でお願いします</label> - </li> - <li class="portlet-form-label"> - <label id="aboutEmailLabel">登録するメールアドレスは、サービスを利用していただく上で、重要なお知らせなどをお送りするための「登録メールアドレス」になります。連絡可能なメールアドレスを入力してください</label> - </li> - </ul> - </div> - <br style="margin:10px;clear:both;" /> - <div style="margin:10px 0px;" class="portlet-section-header"> - <label id="userSecretQATitleLabel">秘密の質問と答え</label> - </div> - <div style="float:left;width:530px;" class="portlet-form-label"> - <label id="userSecretQADescriptionLabel">パスワード再発行に必要な情報です。あなたしか知らない質問と答えを設定してください。 -一度設定した秘密の質問と答えは変更できませんので、ご注意ください。</label> - <table> - <tbody> - <tr> - <td align="right" width="25%"><font color="#FF3F0C">*</font><label id="userSecretQuestionLabel" class="portlet-form-field-label">秘密の質問</label>: - </td> - <td width="75%"> - <input id="userSecretQuestion" type="text" class="portlet-form-input-field" size="24" /> - </td> - </tr> - <tr> - <td align="right" width="25%"><font color="#FF3F0C">*</font><label id="userSecretAnswerLabel" class="portlet-form-field-label">秘密の答え</label>: - </td> - <td width="75%"> - <input id="userSecretAnswer" type="text" class="portlet-form-input-field" size="24" /> - </td> - </tr> - </tbody> - </table> - </div> - <div style="float:right;width:230px;background:#eeeeee;" class="portlet-form-label"> - <div> - <label id="userSecretQAHintLabel">ユーザー ID に関するヒント</label> - </div> - <ul> - <li class="portlet-form-label"> - <label id="aboutCharactersLabel">秘密の答えは、ひらがな、カタカナ、大文字、小文字、半角、全角で区別されます</label> - </li> - </ul> - </div> - <hr style="margin:10px;clear:both;" /> - <div style="text-align:center;"> - <input type="button" id="doFinish" value="更新" onclick="location.href='userRegistrationUpdate.html'" class="portlet-form-button" /> - </div> - </form> - </body> -</html> Deleted: pal-admin/trunk/src/main/webapp/view/registration/publicPortalSecretAnswer.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/registration/publicPortalSecretAnswer.html 2008-06-04 09:09:47 UTC (rev 950) +++ pal-admin/trunk/src/main/webapp/view/registration/publicPortalSecretAnswer.html 2008-06-04 22:22:50 UTC (rev 951) @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xmlns:te="http://www.seasar.org/teeda/extension"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <link rel="stylesheet" type="text/css" href="../../css/global.css" /> - </head> - <body> - <form id="ForgottenPasswordForm"> -<!-- message: BEGIN --> -<div class="portlet-msg"> -<span id="allMessages" te:fatalClass="portlet-msg-error" te:errorClass="portlet-msg-error" te:warnClass="portlet-msg-alert" te:infoClass="portlet-msg-info"></span> -</div> -<!-- message: END --> -<!-- content: BEGIN --> - <div style="margin:10px;"> - <div class="portlet-form-label"> - <label id="pageMessageLabel" class="portlet-form-label"></label> - </div> - <input id="email" type="hidden" class="portlet-form-input-field" size="24" /> - <div> - <label id="userSecretQuestionLabel" for="email" class="portlet-form-label">email</label>: - <span id="userSecretQuestion">質問</span> - </div> - <div> - <label id="userSecretAnswerLabel" for="email" class="portlet-form-label">email</label>: - <input id="userSecretAnswer" type="text" class="portlet-form-input-field" size="24" /> - </div> - </div> - <div style="text-align:center;"> - <input type="button" id="doFinish" value="Finish" onclick="location.href='publicPortalForgottenPasswordCompleted.html'" class="portlet-form-button" /> - <input type="button" id="doBack" value="Back" onclick="location.href='publicPortalForgottenPassword.html'" class="portlet-form-button" /> - </div> -<!-- content: END --> - </form> - </body> -</html>