[phpMP-CVS] CVS: phpMP/templates/BlueMP footer.html,1.1,1.2 header.html,1.1,1.2 index.html,1.2,1.3 l
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-06-29 05:53:27
|
Update of /cvsroot/phpmp/phpMP/templates/BlueMP In directory sc8-pr-cvs1:/tmp/cvs-serv13269/templates/BlueMP Modified Files: footer.html header.html index.html left_column.html right_column.html Log Message: Hopefully this will fix a few problems. Index: footer.html =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/BlueMP/footer.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** footer.html 2 Jun 2003 22:32:32 -0000 1.1 --- footer.html 29 Jun 2003 05:53:24 -0000 1.2 *************** *** 0 **** --- 1,3 ---- + </div> + </body> + </html> \ No newline at end of file Index: header.html =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/BlueMP/header.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** header.html 2 Jun 2003 22:32:33 -0000 1.1 --- header.html 29 Jun 2003 05:53:24 -0000 1.2 *************** *** 0 **** --- 1,16 ---- + <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> + <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr"> + <head> + + <title>{C_SITE_NAME} :: {L_INDEX}</title> + + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + + <link rel="stylesheet" type="text/css" media="screen" href="{C_REL_PATH}/templates/{C_TEMPLATE}/css/base.css" /> + + </head> + <body> + + <div id="container"> + <div id="logo"><a href="{C_REL_PATH}/index.php"><img src="{C_REL_PATH}/templates/{C_TEMPLATE}/images/phpMp_logo.png" width="252" height="78" alt="" /></a></div> + <div id="logininfo"><a href="login">{L_LOGIN}</a> - <a href="register">{L_REGISTER}</a></div> \ No newline at end of file Index: index.html =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/BlueMP/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** index.html 2 Jun 2003 22:32:33 -0000 1.2 --- index.html 29 Jun 2003 05:53:24 -0000 1.3 *************** *** 1,15 **** ! <html> ! <body> ! phpMP Version: {C_Version}<br><br> ! ! Site Name: {C_Site_Name}<br> ! Site Address: {C_Site_Address}<br> ! Relative Path: {C_Rel_Path}<br> ! Default Template: {U_Template_Name}<br> ! Default Language: {U_Language}<br> ! The Current Date and Time: {U_Current_Time}<br> ! Current Logged User: {U_Username}<br><br> ! ! </body> ! </html> \ No newline at end of file --- 1,27 ---- ! <div id="contentboxes"> ! <div class="boxheader">» {L_WELCOME_TO} {C_SITE_NAME}</div> ! <div class="boxcontent"> ! <p>blah blah blah blah</p> ! </div> ! <div class="boxheader">Articles</div> ! <div class="boxheader">» Article</div> ! <div class="boxcontent"> ! <p>blah blah blah blah</p> ! </div> ! <div class="boxheader">» Article</div> ! <div class="boxcontent"> ! <p>blah blah blah blah</p> ! </div> ! <div class="boxheader">» Article</div> ! <div class="boxcontent"> ! <p>blah blah blah blah</p> ! </div> ! <div class="boxheader">» Article</div> ! <div class="boxcontent"> ! <p>blah blah blah blah</p> ! </div> ! <div id="footer"> ! Copyright © 2003 ! </div> ! </div> \ No newline at end of file Index: left_column.html =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/BlueMP/left_column.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** left_column.html 2 Jun 2003 22:32:33 -0000 1.1 --- left_column.html 29 Jun 2003 05:53:24 -0000 1.2 *************** *** 0 **** --- 1,29 ---- + <div id="leftboxes"> + <div class="boxheader">{L_MAIN_MENU}</div> + <div class="boxcontent"> + <ul> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + </ul> + </div> + <div class="boxheader">Left Box 1</div> + <div class="boxcontent"> + <ul> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + </ul> + </div> + <div class="boxheader">{L_USER_SETTINGS}</div> + <div class="boxcontent"> + <form action="login" method="post"> + <div>{L_USERNAME}: <input type="text" name="username" value="" style="width: 100px;" /></div> + <div>{L_PASSWORD}: <input type="password" name="password" value="" style="width: 100px;" /></div> + <div><input type="submit" name="login" value="Logon!" /></div> + </form> + </div> + </div> \ No newline at end of file Index: right_column.html =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/BlueMP/right_column.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** right_column.html 2 Jun 2003 22:32:33 -0000 1.1 --- right_column.html 29 Jun 2003 05:53:24 -0000 1.2 *************** *** 0 **** --- 1,30 ---- + <div id="rightboxes"> + <div class="boxheader">{L_MAIN_MENU}</div> + <div class="boxcontent"> + <ul> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + </ul> + </div> + <div class="boxheader">Left Box 1</div> + <div class="boxcontent"> + <ul> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + </ul> + </div> + <div class="boxheader">Left Box 1</div> + <div class="boxcontent"> + <ul> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + <li><a href="index">Link</a></li> + </ul> + </div> + </div> \ No newline at end of file |