[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] applications/forums/src/web/tapestry/management/user editUserPage.html editUserPage.page
From:       Julien Viet <cooperfbi () users ! sourceforge ! net>
Date:       2002-11-29 14:56:51
[Download RAW message or body]

  User: cooperfbi
  Date: 02/11/29 06:56:51

  Added:       forums/src/web/tapestry/management/user editUserPage.html
                        editUserPage.page
  Log:
  added user profile setting
  
  Revision  Changes    Path
  1.1                  applications/forums/src/web/tapestry/management/user/editUserPage.html
  
  Index: editUserPage.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  <html>
  <head>
  <title></title>
  </head>
  <body>
  
  <span jwcid="topDisplay"/>
  
  <table border="1">
  <span jwcid="userPrefsForm">
    <tr>
      <td><span jwcid="userNameTextField"/></td>
    </tr>
    <tr>
      <td><span jwcid="nameTextField"/></td>
    </tr>
    <tr>
      <td><span jwcid="emailTextField"/></td>
    </tr>
    <tr>
      <td><span jwcid="locationTextField"/></td>
    </tr>
    <tr>
      <td><span jwcid="occupationTextField"/></td>
    </tr>
    <tr>
      <td><span jwcid="homepageTextField"/></td>
    </tr>
    <tr>
      <td><span jwcid="nameVisibleCheckbox"/></td>
    </tr>
    <tr>
      <td><span jwcid="emailVisibleCheckbox"/></td>
    </tr>
    <tr>
      <td><span jwcid="threadsPerForumTextField"/></td>
    </tr>
    <tr>
      <td><span jwcid="messagesPerThreadTextField"/></td>
    </tr>
    <tr>
      <td><span jwcid="updateUserPrefsSubmit"/></td>
    </tr>
  </span>
  </table>
  
  <table border="1">
  <span jwcid="userInfosForm">
    <tr>
      <td><span jwcid="roleSelector"/></td>
    </tr>
    <tr>
      <td><span jwcid="updateUserInfosSubmit"/></td>
    </tr>
  </span>
  </table>
  
  <!--
  <span jwcid="roleSetConditional">
    <table border="1">
      <span jwcid="userForeach">
        <tr>
          <td><span jwcid="userNameInsertText"/></td>
        </tr>
      </span>
    </table>
    <span jwcid="rangeItemCollectionDisplay"/>
  </span>
    -->
  
  </body>
  </html>
  
  
  
  1.1                  applications/forums/src/web/tapestry/management/user/editUserPage.page
  
  Index: editUserPage.page
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE page-specification PUBLIC
  "-//Howard Lewis Ship//Tapestry Specification 1.3//EN"
  "http://tapestry.sf.net/dtd/Tapestry_1_3.dtd">
  <page-specification class="org.jboss.forums.web.tapestry.management.user.EditUserPage">
  
     <component id="topDisplay" type="components:TopDisplay"/>
  
     <component id="userPrefsForm" type="Form"/>
  
     <component id="userNameTextField" type="TextField">
        <binding name="value" expression="userName"/>
     </component>
  
     <component id="nameTextField" type="TextField">
        <binding name="value" expression="theName"/>
     </component>
  
     <component id="emailTextField" type="TextField">
        <binding name="value" expression="email"/>
     </component>
  
     <component id="locationTextField" type="TextField">
        <binding name="value" expression="location"/>
     </component>
  
     <component id="occupationTextField" type="TextField">
        <binding name="value" expression="occupation"/>
     </component>
  
     <component id="homepageTextField" type="TextField">
        <binding name="value" expression="homepage"/>
     </component>
  
     <component id="nameVisibleCheckbox" type="Checkbox">
        <binding name="selected" expression="nameVisible"/>
     </component>
  
     <component id="emailVisibleCheckbox" type="Checkbox">
        <binding name="selected" expression="emailVisible"/>
     </component>
  
     <component id="threadsPerForumTextField" type="TextField">
        <binding name="value" expression="threadsPerForum"/>
     </component>
  
     <component id="messagesPerThreadTextField" type="TextField">
        <binding name="value" expression="messagesPerThread"/>
     </component>
  
     <component id="updateUserPrefsSubmit" type="Submit">
        <static-binding name="label">update</static-binding>
        <binding name="listener" expression="listeners.updateUserPrefs"/>
     </component>
  
     <component id="userInfosForm" type="Form"/>
  
     <component id="roleSelector" type="components:Selector">
        <binding name="handler" expression="selectorHandler"/>
     </component>
  
     <component id="updateUserInfosSubmit" type="Submit">
        <static-binding name="label">update</static-binding>
        <binding name="listener" expression="listeners.updateUserInfos"/>
     </component>
  
     <!--
    <component id="roleSelector" type="components:Selector">
      <binding name="handler" expression="selectorHandler"/>
    </component>
  
  
    <component id="userForeach" type="Foreach">
      <binding name="source" expression="users"/>
      <binding name="value" expression="currentUser"/>
    </component>
  
    <component id="userNameInsertText" type="InsertText">
      <binding name="value" expression="currentUser.userName"/>
    </component>
  
    <component id="rangeItemCollectionDisplay" type="components:ItemCollectionDisplay">
      <binding name="handler" expression="itemCollectionDisplayHandler"/>
    </component>
  
    <component id="roleSetConditional" type="Conditional">
      <binding name="condition" expression="roleSet"/>
    </component>
    -->
  
  </page-specification>
  
  
  


-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic