svnno****@sourc*****
svnno****@sourc*****
2007年 7月 25日 (水) 05:19:50 JST
Revision: 386 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=386 Author: takeharu Date: 2007-07-25 05:19:50 +0900 (Wed, 25 Jul 2007) Log Message: ----------- Modified Paths: -------------- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberConfirm.html pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberEdit.html pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberList.html -------------- next part -------------- Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberConfirm.html =================================================================== --- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberConfirm.html 2007-07-24 20:17:54 UTC (rev 385) +++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberConfirm.html 2007-07-24 20:19:50 UTC (rev 386) @@ -13,99 +13,62 @@ <table border="1"> <tr style="dummy" height="20px"> <th>氏名</th> - <td><span id="customersFirstname">山田</span> <span id="customersLastname">太郎</span></td> + <td><span id="usersName"></span></td> </tr> <tr style="dummy" height="20px"> <th>性別</th> <td><span id="genderLabel">男</span></td> </tr> <tr style="dummy" height="20px"> - <th>パスワード</th> - <td><input type="password" id="customersPassword" maxlength="40"/></td> - </tr> - <tr style="dummy" height="20px"> - <th>パスワード(再入力)</th> - <td><input type="password" id="customersPassword-retype" maxlength="40"/></td> - </tr> - <tr style="dummy" height="20px"> <th>生年月日</th> - <td>(例)19760408<br/><input type="text" id="customersDob" size="6" maxlength="8"/></td> + <td><span id="customersDob"></span></td> </tr> <tr style="dummy" height="20px"> <th>Eメールアドレス</th> - <td>hoge****@hoge*****<br/><input type="text" id="customersEmailAddress" size="40" maxlength="96"/></td> + <td><span id="customersEmailAddress"></span></td> </tr> <tr style="dummy" height="20px"> <th>電話番号</th> - <td>(例)99-9999-9999<br/><input type="text" id="customersTelephone" size="34" maxlength="32"/></td> + <td><span id="customersTelephone"></span></td> </tr> <tr style="dummy" height="20px"> <th>FAX番号</th> - <td>(例)99-9999-9999<br/><input type="text" id="customersFax" size="34" maxlength="32"/></td> + <td><span id="customersFax"></span></td> </tr> +<!-- <tr style="dummy" height="20px"> <th>メルマガ配信</th> - <td><select id=""><option value="0">希望しない</option><option value="1">希望する</option></select></td> + <td><span id="newsLetterLabel"></span></td> </tr> +--> </table> <hr/> <strong><label>会員住所</label></strong> <table border="1"> <tr style="dummy" height="20px"> - <th>会社名</th><td><span id="">エヌツーエスエム株式会社</span></td> + <th>会社名</th><td><span id="entryCompany"></span></td> </tr> <tr style="dummy" height="20px"> - <th>部署名</th><td><span id="">技術部</span></td> + <th>郵便番号*</th> + <td><span id="entryPostcode"></span></td> </tr> <tr style="dummy" height="20px"> - <th>郵便番号</th><td><span id="">999</span>-<span id="">9999</span></td> + <th>都道府県*</th> + <td><span id="entryZoneName"></span> + </td> </tr> <tr style="dummy" height="20px"> - <th>都道府県</th> - <td><span id="">東京都</span></td> + <th>市区町村*</th><td><span id="entryCity"></span></td> </tr> <tr style="dummy" height="20px"> - <th>市区町村</th><td><span id="">豊島区長崎</span></td> + <th>住所1*</th><td><span id="entryStreetAddress"></span></td> </tr> <tr style="dummy" height="20px"> - <th>番地</th><td><span id="">1-1-1</span></td> + <th>住所2</th><td><span id="entrySuburb"></span></td> </tr> - <tr style="dummy" height="20px"> - <th>マンション名など</th><td><span id="">デザイナーズマンション東京</span></td> - </tr> </table> <hr/> -<strong><label>お届け先</label></strong><label>(住所が異なる場合のみ入力)</label> -<table border="1"> - <tr style="dummy" height="20px"> - <th>会社名</th><td><span id="">エヌツーエスエム株式会社</span></td> - </tr> - <tr style="dummy" height="20px"> - <th>部署名</th><td><span id="">技術部</span></td> - </tr> - <tr style="dummy" height="20px"> - <th>氏名</th><td><span id="">吉本興業</span></td> - </tr> - <tr style="dummy" height="20px"> - <th>郵便番号</th><td><span id="">999</span>-<span id="">9999</span></td> - </tr> - <tr style="dummy" height="20px"> - <th>都道府県</th> - <td><span id="">東京都</span></td> - </tr> - <tr style="dummy" height="20px"> - <th>市区町村</th><td><span id="">豊島区長崎</span></td> - </tr> - <tr style="dummy" height="20px"> - <th>番地</th><td><span id="">1-1-1</span></td> - </tr> - <tr style="dummy" height="20px"> - <th>マンション名など</th><td><span id="">デザイナーズマンション東京</span></td> - </tr> -</table> - -<hr/> <input type="submit" id="doUpdate" value="登録する" onclick="location.href='./memberConfirm.html'"/> <input type="submit" id="jumpMemberEdit" value="編集画面に戻る" onclick="location.href='./memberConfirm.html'"/> </form> Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberEdit.html =================================================================== --- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberEdit.html 2007-07-24 20:17:54 UTC (rev 385) +++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberEdit.html 2007-07-24 20:19:50 UTC (rev 386) @@ -15,7 +15,7 @@ <table border="1"> <tr style="dummy" height="20px"> <th>氏名*</th> - <td>姓<input type="text" id="customersFirstname" size="6" maxlength="32" /> 名<input type="text" id="customersLastname" size="6" maxlength="32"/></td> + <td>姓<input type="text" id="customersLastname" size="6" maxlength="32" /> 名<input type="text" id="customersFirstname" size="6" maxlength="32"/></td> </tr> <tr style="dummy" height="20px"> <th>性別*</th> @@ -45,10 +45,12 @@ <th>FAX番号</th> <td>(例)99-9999-9999<br/><input type="text" id="customersFax" size="34" maxlength="32"/></td> </tr> +<!-- <tr style="dummy" height="20px"> <th>メルマガ配信</th> - <td><select id=""><option value="0">希望しない</option><option value="1">希望する</option></select></td> + <td><select id="newsLetter"><option value="0">希望しない</option><option value="1">希望する</option></select></td> </tr> +--> </table> <hr/> <strong><label>会員住所</label></strong> @@ -69,7 +71,7 @@ <th>都道府県*</th> <td> <select id="entryZoneId"> - <option value="1">北海道</option> + <option value="1">北海道</option> </select> </td> </tr> @@ -84,7 +86,7 @@ </tr> </table> <hr/> -<input type="submit" id="doUpdate" value="確認画面へ" onclick="location.href='./memberConfirm.html'"/> +<input type="submit" id="goMemberConfirm" value="確認画面へ" onclick="location.href='./memberConfirm.html'"/> <input type="button" id="jumpMemberList" value="一覧に戻る" onclick="location.href='./memberConfirm.html'"/> </form> </body></html> \ No newline at end of file Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberList.html =================================================================== --- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberList.html 2007-07-24 20:17:54 UTC (rev 385) +++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberList.html 2007-07-24 20:19:50 UTC (rev 386) @@ -17,33 +17,33 @@ <input type="button" id="" value="検索" /> </div> <hr /> -<table border="1"> +<table id="memberGrid"> <thead> <tr> - <th>ID</th> - <th>氏名</th> - <th>購入区分</th> - <th>都道府県</th> - <th>市区町村</th> - <th> </th> + <th>ID</th> + <th>氏名</th> + <th>会社名</th> + <th>都道府県</th> + <th>市区町村</th> + <th> </th> </tr> </thead> <tbody> <tr> - <td><span id="">0001</span></td> - <td><span id="">C・ブコウスキー</span></td> - <td><span id="">個人</span></td> - <td><span id="">東京都</span></td> - <td><span id="">葛飾区</span></td> - <td> - <input type="submit" id="goMemberEdit-update" value="編集" onclick="location.href='./memberEdit.html'"/> - <input type="submit" id="doDelete" value="削除" onclick="confirm('削除します。よろしいですか?')"/> - </td> + <td><span id="customersId">0001</span></td> + <td><span id="lastName">山田</span> <span id="firstName">太郎</span></td> + <td><span id="entryCompany">会社名</span></td> + <td><span id="entryState">東京都</span></td> + <td><span id="entryCity">葛飾区</span></td> + <td> + <a id="goMemberEdit" href="./memberEdit.html?customersId=0&mode=update">編集</a> + <a id="goMemberDelete" href="./memberList.html?customersId=0" onClick="this.href=this.href+'&delete=true'">削除</a> + </td> </tr> </tbody> <tfoot></tfoot> </table> <br/> -<input type="submit" id="goMemberEdit-add" value="会員を追加する" onclick="location.href='./memberConfirm.html'"/> +<input type="submit" id="goMemberEdit" value="会員を追加する" onclick="location.href='./memberEdit.html'"/> </form> </body></html> \ No newline at end of file