[Comoblog-commit] comoblog/admin/templates mod_popup_header.tpl.htm,1.2,1.3
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-12-15 23:50:05
|
Update of /cvsroot/comoblog/comoblog/admin/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18809/admin/templates Modified Files: mod_popup_header.tpl.htm Log Message: bad reference to the js library (to many back dots ../) Index: mod_popup_header.tpl.htm =================================================================== RCS file: /cvsroot/comoblog/comoblog/admin/templates/mod_popup_header.tpl.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mod_popup_header.tpl.htm 2 Sep 2005 01:06:15 -0000 1.2 +++ mod_popup_header.tpl.htm 15 Dec 2005 23:49:56 -0000 1.3 @@ -1,15 +1,15 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> - -<html> -<head> - <title>.: CoMoblog :: Admin Area :.</title> - <script language="javascript" src="../../../js/comoblog.js"></script> - <style type="text/css"> - body, td, input, select, option {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: black;} - a {color: #990000; text-decoration: none} - a:hover {text-decoration: underline;} - .bigger {font-size: 12px; color: #990000; font-weight: bold;} - </style> -</head> -<body bgcolor="#ffffff"> - +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> + +<html> +<head> + <title>.: CoMoblog :: Admin Area :.</title> + <script language="javascript" src="../js/comoblog.js"></script> + <style type="text/css"> + body, td, input, select, option {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: black;} + a {color: #990000; text-decoration: none} + a:hover {text-decoration: underline;} + .bigger {font-size: 12px; color: #990000; font-weight: bold;} + </style> +</head> +<body bgcolor="#ffffff"> + |