summaryrefslogtreecommitdiffstats
path: root/cobbler/webui/master.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-09 16:42:57 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-09 16:42:57 -0400
commit4e33bffad605c41ebae28142eaf5203b4465f809 (patch)
treeb4ece2779ea03b8ef2c08c70b283509d249936ab /cobbler/webui/master.py
parenta5575530aee5642bfb0d99af5088d0519845b0f4 (diff)
downloadthird_party-cobbler-4e33bffad605c41ebae28142eaf5203b4465f809.tar.gz
third_party-cobbler-4e33bffad605c41ebae28142eaf5203b4465f809.tar.xz
third_party-cobbler-4e33bffad605c41ebae28142eaf5203b4465f809.zip
Two things -- (A) remove rhpl dep as we aren't using it and we want to use
more standard xlat for other distros potentially, (B) fix the kerb module some more.
Diffstat (limited to 'cobbler/webui/master.py')
-rw-r--r--cobbler/webui/master.py38
1 files changed, 14 insertions, 24 deletions
diff --git a/cobbler/webui/master.py b/cobbler/webui/master.py
index 8f7de66..3e0c2fb 100644
--- a/cobbler/webui/master.py
+++ b/cobbler/webui/master.py
@@ -31,12 +31,12 @@ VFFSL=valueFromFrameOrSearchList
VFSL=valueFromSearchList
VFN=valueForName
currentTime=time.time
-__CHEETAH_version__ = '2.0.1'
-__CHEETAH_versionTuple__ = (2, 0, 1, 'final', 0)
-__CHEETAH_genTime__ = 1207686192.9310019
-__CHEETAH_genTimestamp__ = 'Tue Apr 8 16:23:12 2008'
+__CHEETAH_version__ = '2.0rc7'
+__CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 7)
+__CHEETAH_genTime__ = 1207768044.4095509
+__CHEETAH_genTimestamp__ = 'Wed Apr 9 21:07:24 2008'
__CHEETAH_src__ = 'webui_templates/master.tmpl'
-__CHEETAH_srcLastModified__ = 'Fri Feb 15 14:47:43 2008'
+__CHEETAH_srcLastModified__ = 'Wed Apr 9 21:03:21 2008'
__CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine'
if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple:
@@ -158,20 +158,16 @@ class master(Template):
<li><a href="''')
_v = VFFSL(SL,"base_url",True) # '$base_url' on line 35, col 22
if _v is not None: write(_filter(_v, rawExpr='$base_url')) # from line 35, col 22.
- write('''?mode=distro_list" class="menu">Distros</a></li>
- <li><a href="''')
+ write('?mode=distro_list" class="menu">Distros</a></li>\n <li><a href="')
_v = VFFSL(SL,"base_url",True) # '$base_url' on line 36, col 22
if _v is not None: write(_filter(_v, rawExpr='$base_url')) # from line 36, col 22.
- write('''?mode=profile_list" class="menu">Profiles</a></li>
- <li><a href="''')
+ write('?mode=profile_list" class="menu">Profiles</a></li>\n <li><a href="')
_v = VFFSL(SL,"base_url",True) # '$base_url' on line 37, col 22
if _v is not None: write(_filter(_v, rawExpr='$base_url')) # from line 37, col 22.
- write('''?mode=system_list" class="menu">Systems</a></li>
- <li><a href="''')
+ write('?mode=system_list" class="menu">Systems</a></li>\n <li><a href="')
_v = VFFSL(SL,"base_url",True) # '$base_url' on line 38, col 22
if _v is not None: write(_filter(_v, rawExpr='$base_url')) # from line 38, col 22.
- write('''?mode=ksfile_list" class="menu">Kickstarts</a></li>
- <li><a href="''')
+ write('?mode=ksfile_list" class="menu">Kickstarts</a></li>\n <li><a href="')
_v = VFFSL(SL,"base_url",True) # '$base_url' on line 39, col 22
if _v is not None: write(_filter(_v, rawExpr='$base_url')) # from line 39, col 22.
write('''?mode=repo_list" class="menu">Repos</a></li>
@@ -180,25 +176,19 @@ class master(Template):
<li><a href="''')
_v = VFFSL(SL,"base_url",True) # '$base_url' on line 42, col 22
if _v is not None: write(_filter(_v, rawExpr='$base_url')) # from line 42, col 22.
- write('''?mode=distro_edit" class="menu">Distro</a></li>
- <li><a href="''')
+ write('?mode=distro_edit" class="menu">Distro</a></li>\n <li><a href="')
_v = VFFSL(SL,"base_url",True) # '$base_url' on line 43, col 22
if _v is not None: write(_filter(_v, rawExpr='$base_url')) # from line 43, col 22.
- write('''?mode=profile_edit" class="menu">Profile</a></li>
- <li><a href="''')
+ write('?mode=profile_edit" class="menu">Profile</a></li>\n <li><a href="')
_v = VFFSL(SL,"base_url",True) # '$base_url' on line 44, col 22
if _v is not None: write(_filter(_v, rawExpr='$base_url')) # from line 44, col 22.
- write('''?mode=subprofile_edit" class="menu">Subprofile</a></li>
- <li><a href="''')
+ write('?mode=subprofile_edit" class="menu">Subprofile</a></li>\n <li><a href="')
_v = VFFSL(SL,"base_url",True) # '$base_url' on line 45, col 22
if _v is not None: write(_filter(_v, rawExpr='$base_url')) # from line 45, col 22.
- write('''?mode=system_edit" class="menu">System</a></li>
- <li><a href="''')
+ write('?mode=system_edit" class="menu">System</a></li>\n <li><a href="')
_v = VFFSL(SL,"base_url",True) # '$base_url' on line 46, col 22
if _v is not None: write(_filter(_v, rawExpr='$base_url')) # from line 46, col 22.
- write('''?mode=repo_edit" class="menu">Repo</a></li>
- <li><hr/><br/></li>
- <li><a class="button sync" href="''')
+ write('?mode=repo_edit" class="menu">Repo</a></li>\n <li><hr/><br/></li>\n <li><a class="button sync" href="')
_v = VFFSL(SL,"base_url",True) # '$base_url' on line 48, col 42
if _v is not None: write(_filter(_v, rawExpr='$base_url')) # from line 48, col 42.
write('''?mode=sync">Sync</a></li>