summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/base.html
diff options
context:
space:
mode:
authorArun yadav <arunkumar5587@gmail.com>2012-05-09 15:15:55 +0530
committerArun yadav <arunkumar5587@gmail.com>2012-05-09 15:15:55 +0530
commit7e02e008009c476c831d7dcda78db9bc22beb42e (patch)
tree93d7af0af0dad7d2aa646f26cdb49eb1dfe098e4 /gstudio/templates/gstudio/base.html
parentd121f3bdbcbefd176f3d70c871542c745f6e0e0f (diff)
downloadgnowsys-7e02e008009c476c831d7dcda78db9bc22beb42e.tar.gz
Added views ,templates and some version related properties in models.py
Diffstat (limited to 'gstudio/templates/gstudio/base.html')
-rw-r--r--gstudio/templates/gstudio/base.html13
1 files changed, 1 insertions, 12 deletions
diff --git a/gstudio/templates/gstudio/base.html b/gstudio/templates/gstudio/base.html
index 8625e139..20b010df 100644
--- a/gstudio/templates/gstudio/base.html
+++ b/gstudio/templates/gstudio/base.html
@@ -52,19 +52,8 @@
<h3>{% trans "Versions" %}</h3>
<table border="1" cellspacing="0">
{% for sid in object.get_ssid reversed %}
- <tr>
- <td width="5%" >
- <input type="radio" name="group1" value="{{ sid }}"><a href="{{ object.get_version_url }}{{ sid }}">{{ object.id }}{{ sid }}</a></input>
- </td>
- <td width="5%">
- <input type="radio" name="group2" value="{{ sid }}">{{ sid }}</input>
- </td>
- </tr>
- <br>
+ <a href="{{ object.get_version_url }}{{ sid }}">{{ object.title }}{{ object.id }}{{ sid }}</a><br>
{% endfor %}
- </table>
- <br>
- <input type="submit" value="Compare" />
</div>
<br>