Changeset 1659

Show
Ignore:
Timestamp:
12/07/07 00:28:49
Author:
johnsa
Message:

admin client: improve admin client's curb appeal. Created icons for main menu functions and adjusted colors slightly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webadmin/webapp/resources/default/default/default.css

    r1658 r1659  
    4949#statusBarTable { 
    5050  margin: 0; 
    51   color: black
    52   /*background-color: #ccc;*/ 
    53   background-color: #edc
     51  color: #eee
     52  /*background-color: #edc;*/ 
     53  background-color: #5c7486
    5454  font-size: 0.8em; 
    5555  width: 100%; 
     
    7171#statusBarTable a:visited { 
    7272  text-decoration : none; 
    73   color: blue; 
     73  color: #eee; 
    7474  background-color: transparent; 
    7575} 
    7676#statusBarTable a:hover { 
    77   text-decoration: none; 
    78   background-color: #ffe; 
    79   color: black; 
     77  text-decoration: underline; 
    8078} 
    8179#statusBarTable #bwLogoutButton { 
     
    164162  text-align: left; 
    165163} 
     164/* mainMenuTable is deprecated */ 
    166165#mainMenuTable { 
    167166  margin-top: 0em; 
     
    199198#mainMenuTable form { 
    200199  display: inline; 
     200} 
     201/* mainMenu = manage events tab icons and links */ 
     202#mainMenu { 
     203  margin: 2em auto 4em auto; 
     204} 
     205#mainMenu td { 
     206  text-align: center; 
     207  vertical-align: middle; 
     208  padding: 1em 0.5em; 
     209} 
     210#mainMenu img { 
     211  text-align: center; 
     212} 
     213#mainMenu a:link, 
     214#mainMenu a:active, 
     215#mainMenu a:visited, 
     216#mainMenu a:hover { 
     217  display: block; 
     218  padding: 0.2em 1em 0.2em 1em; 
     219  text-decoration: none; 
     220  color: #483D8B; 
     221  background-color: transparent; 
     222} 
     223#mainMenuEventSearch { 
     224 
    201225} 
    202226#searchForm { 
  • trunk/deployment/webadmin/webapp/resources/default/default/default.xsl

    r1658 r1659  
    208208    <html lang="en"> 
    209209      <head> 
    210         <title>Calendar Admin: Events Calendar Administration</title> 
     210        <title>Calendar Admin: Public Events Administration</title> 
    211211        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 
    212212        <link rel="stylesheet" href="{$resourcesRoot}/default/default/default.css"/> 
     
    471471          </xsl:when> 
    472472          <xsl:otherwise> 
    473             Bedework Calendar Administration 
     473            Bedework Public Events Administration 
    474474          </xsl:otherwise> 
    475475        </xsl:choose> 
     
    578578  <!--+++++++++++++++ Main Menu Tab ++++++++++++++++++++--> 
    579579  <xsl:template name="mainMenu"> 
     580 
     581    <table id="mainMenu"> 
     582      <tr> 
     583        <td> 
     584          <a id="addEventLink" href="{$event-initAddEvent}"> 
     585            <img src="{$resourcesRoot}/resources/bwAdminAddEventIcon.jpg" width="140" height="140" alt="Add Event" border="0"/> 
     586            <br/>Add Event 
     587          </a> 
     588        </td> 
     589        <td> 
     590          <a id="addContactLink" href="{$contact-initAdd}"> 
     591            <img src="{$resourcesRoot}/resources/bwAdminAddContactIcon.jpg" width="100" height="100" alt="Add Event" border="0"/> 
     592            <br/>Add Contact 
     593          </a> 
     594        </td> 
     595        <td> 
     596          <a id="addLocationLink" href="{$location-initAdd}"> 
     597            <img src="{$resourcesRoot}/resources/bwAdminAddLocationIcon.jpg" width="100" height="100" alt="Add Event" border="0"/> 
     598            <br/>Add Location 
     599          </a> 
     600        </td> 
     601        <td> 
     602          <a id="addCategoryLink" href="{$category-initAdd}"> 
     603            <img src="{$resourcesRoot}/resources/bwAdminAddCategoryIcon.jpg" width="100" height="100" alt="Add Event" border="0"/> 
     604            <br/>Add Category 
     605          </a> 
     606        </td> 
     607      </tr> 
     608      <tr> 
     609        <td> 
     610          <a href="{$event-initUpdateEvent}"> 
     611            <img src="{$resourcesRoot}/resources/bwAdminManageEventsIcon.jpg" width="100" height="73" alt="Manage Events" border="0"/> 
     612            <br/>Manage Events 
     613          </a> 
     614        </td> 
     615        <td> 
     616          <a href="{$contact-initUpdate}"> 
     617            <img src="{$resourcesRoot}/resources/bwAdminManageContactsIcon.jpg" width="100" height="73" alt="Manage Events" border="0"/> 
     618            <br/>Manage Contacts 
     619          </a> 
     620        </td> 
     621        <td> 
     622          <a href="{$location-initUpdate}"> 
     623            <img src="{$resourcesRoot}/resources/bwAdminManageLocsIcon.jpg" width="100" height="73" alt="Manage Events" border="0"/> 
     624            <br/>Manage Locations 
     625          </a> 
     626        </td> 
     627        <td> 
     628          <a href="{$category-initUpdate}"> 
     629            <img src="{$resourcesRoot}/resources/bwAdminManageCatsIcon.jpg" width="100" height="73" alt="Manage Events" border="0"/> 
     630            <br/>Manage Categories 
     631          </a> 
     632        </td> 
     633      </tr> 
     634    </table> 
     635 
     636    <!-- 
    580637    <h2 class="menuTitle">Main Menu</h2> 
    581638    <table id="mainMenuTable"> 
     
    592649          </a> 
    593650        </td> 
    594         <!-
     651        <!-
    595652        Disable direct selection by ID; we'll need to find another way 
    596         of quickly getting to events: search and grid views should be implemented. --
    597         <!-
     653        of quickly getting to events: search and grid views should be implemented. - -
     654        <!-
    598655        <td> 
    599656          Event ID: 
    600657          <xsl:copy-of select="/bedework/formElements/*"/> 
    601         </td>--
     658        </td>- -
    602659      </tr> 
    603660      <tr> 
     
    641698      </tr> 
    642699    </table> 
    643  
    644     <h4 class="menuTitle">Event search:</h4> 
    645     <form name="searchForm" method="post" action="{$search}" id="searchForm"> 
    646       <input type="text" name="query" size="30"> 
    647         <xsl:attribute name="value"><xsl:value-of select="/bedework/searchResults/query"/></xsl:attribute> 
    648       </input> 
    649       <input type="submit" name="submit" value="go"/> 
    650       <div id="searchFields"> 
    651         Limit: 
    652         <input type="radio" name="searchLimits" value="fromToday" checked="checked"/>today forward 
    653         <input type="radio" name="searchLimits" value="beforeToday"/>past dates 
    654         <input type="radio" name="searchLimits" value="none"/>all dates 
    655       </div> 
    656     </form> 
     700    --> 
     701    <div id="mainMenuEventSearch"> 
     702      <h4 class="menuTitle">Event search:</h4> 
     703      <form name="searchForm" method="post" action="{$search}" id="searchForm"> 
     704        <input type="text" name="query" size="30"> 
     705          <xsl:attribute name="value"><xsl:value-of select="/bedework/searchResults/query"/></xsl:attribute> 
     706        </input> 
     707        <input type="submit" name="submit" value="go"/> 
     708        <div id="searchFields"> 
     709          Limit: 
     710          <input type="radio" name="searchLimits" value="fromToday" checked="checked"/>today forward 
     711          <input type="radio" name="searchLimits" value="beforeToday"/>past dates 
     712          <input type="radio" name="searchLimits" value="none"/>all dates 
     713        </div> 
     714      </form> 
     715    </div> 
    657716  </xsl:template> 
    658717