[Mydatabasepilot-cvs] MyDatabasePilot/Include Footer.cfm,1.1.1.1,1.2
Status: Alpha
Brought to you by:
nanoface
From: <nan...@us...> - 2003-04-26 04:40:30
|
Update of /cvsroot/mydatabasepilot/MyDatabasePilot/Include In directory sc8-pr-cvs1:/tmp/cvs-serv19417/Include Modified Files: Footer.cfm Log Message: Internal Structure Changed: [ 727862 ] Place Repeated Tags in Footer File Index: Footer.cfm =================================================================== RCS file: /cvsroot/mydatabasepilot/MyDatabasePilot/Include/Footer.cfm,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Footer.cfm 23 Mar 2003 03:44:34 -0000 1.1.1.1 --- Footer.cfm 26 Apr 2003 04:40:27 -0000 1.2 *************** *** 1,19 **** ! <!---******************************************************************************************* ! * Copyright: MyDatabase Pilot is distributed under the terms of the GNU GPL license * ! * Template: Include/Footer.cfm * ! * Purpose: Footer File used by MyDatabase Pilot * ! * Requiremets: None * ! * Todo: * ! * Known Issues/Bugs: * ! ********************************************************************************************---> ! ! <!---||| Create Footer |||---> ! <br><br> ! <div class="Center"> ! ©Copyright 2003 - Sentient Beings of the Universe, All Rights Reserved ! <br> ! <!--- Initiate a Read Only lock to ensure the integrity of session variables ---> ! <cflock timeout = "30" throwontimeout="no" type = "readonly" scope = "session"> ! <cfoutput><a href="License.cfm?#session.URLToken#">License</a></cfoutput> ! </cflock> ! </div> \ No newline at end of file --- 1,33 ---- ! <!---******************************************************************************************* ! * Copyright: MyDatabase Pilot is distributed under the terms of the GNU GPL license * ! * Template: Include/Footer.cfm * ! * Purpose: Footer File used by MyDatabase Pilot * ! * Requiremets: None * ! ********************************************************************************************---> ! ! <!---------------------> ! <!--- Create Footer ---> ! <!---------------------> ! <!---||| Close Top Level Table, which Divides the Main Menu from the Main Work Area |||---> ! </td></tr></table> ! ! <!---||| Print Copyright Notice and General Quick Links |||---> ! <br /><br /> ! <div class="Center"> ! <!--- Print Copyright Notice ---> ! ©Copyright 2003 - Sentient Beings of the Universe, All Rights Reserved ! <br /> ! <!--- Initiate a Read Only lock to ensure the integrity of session variables ---> ! <cflock timeout = "30" throwontimeout="no" type = "readonly" scope = "session"> ! <!--- Print General Quick Links ---> ! <!--- All links require the passing of session.URLToken to maintain the session ---> ! <cfoutput> ! <!--- Link to the GPL License ---> ! <a href="License.cfm?#session.URLToken#">License</a> ! </cfoutput> ! </cflock> ! </div> ! ! <!---||| Close HTML file |||---> ! </body> ! </html> \ No newline at end of file |