summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-12 19:08:35 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-12 19:08:35 -0400
commitca35374f0faa564514c937430ee7deb1a3ffc01a (patch)
tree1b8582b064234a447352290e20a03feba2fc392e /webui_templates
parentdc9bdafbb989b2eedf5f62e933ba163ed614739f (diff)
downloadthird_party-cobbler-ca35374f0faa564514c937430ee7deb1a3ffc01a.tar.gz
third_party-cobbler-ca35374f0faa564514c937430ee7deb1a3ffc01a.tar.xz
third_party-cobbler-ca35374f0faa564514c937430ee7deb1a3ffc01a.zip
Checking in other modifications to templates, setup files, etc.
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/distro_edit.tmpl3
-rw-r--r--webui_templates/distro_list.tmpl2
-rw-r--r--webui_templates/index.tmpl7
-rw-r--r--webui_templates/master.tmpl11
4 files changed, 17 insertions, 6 deletions
diff --git a/webui_templates/distro_edit.tmpl b/webui_templates/distro_edit.tmpl
index 6957157..2c32e3e 100644
--- a/webui_templates/distro_edit.tmpl
+++ b/webui_templates/distro_edit.tmpl
@@ -32,7 +32,7 @@
<label for="kopts">Kernel Options</label>
<input type="text" size="32" style="width: 150px;" name="kopts" id="kopts"
#if $distro
- value="$distro.kopts"
+ value="$distro.kernel_options"
#end if
/>
<br/>
@@ -51,6 +51,7 @@
value="$distro.breed"
#end if
/>
+ <br/>
<input type="submit" name="submit" value="Save"/>
<input type="reset" name="reset" value="Reset"/>
diff --git a/webui_templates/distro_list.tmpl b/webui_templates/distro_list.tmpl
index 4654972..d408202 100644
--- a/webui_templates/distro_list.tmpl
+++ b/webui_templates/distro_list.tmpl
@@ -23,7 +23,7 @@
<tr class="$tr_class">
<td>
- <a href="$base_url/distro_view?distribution=$distro.name">$distro.name</a>
+ <a href="$base_url/distro_edit?name=$distro.name">$distro.name</a>
</td>
<td>$distro.breed</td>
<td>$distro.arch</td>
diff --git a/webui_templates/index.tmpl b/webui_templates/index.tmpl
index b249f32..ec471ed 100644
--- a/webui_templates/index.tmpl
+++ b/webui_templates/index.tmpl
@@ -2,7 +2,12 @@
#block body
-This is my empty index page.
+Welcome to <A HREF="http://cobbler.et.redhat.com">Cobbler</A>.
+
+<br/>
+<br/>
+
+Main screen turn on.
#end block body
diff --git a/webui_templates/master.tmpl b/webui_templates/master.tmpl
index 5517d9c..84197e3 100644
--- a/webui_templates/master.tmpl
+++ b/webui_templates/master.tmpl
@@ -35,10 +35,15 @@
<li><a href="$base_url/profile_list" class="menu">List Profiles</a></li>
<li><a href="$base_url/distro_list" class="menu">List Distros</a></li>
<li><a href="$base_url/system_list" class="menu">List Systems</a></li>
- <li><a href="$base_url/ksfile_list" class="menu">List KS Files</a></li>
+ <li><a href="$base_url/ksfile_list" class="menu">List Kickstarts</a></li>
+ <li>List Repos</li>
<li><hr/></li>
- <li><a href="$base_url/system_add" class="menu">Add System</a></li>
- <li><a href="$base_url/profile_add" class="menu">Add Profile</a></li>
+ <li><a href="$base_url/distro_edit" class="menu">Add Distro</a></li>
+ <li><a href="$base_url/profile_edit" class="menu">Add Profile</a></li>
+ <li><a href="$base_url/system_edit" class="menu">Add System</a></li>
+ <li>Add Repo</li>
+ <li><hr/></li>
+ <li>Sync</li>
</ul>
</div>