web/ldt_utils/ldt/templates/iriuser/ldt/copy_ldt.html
author ymh <ymh.work@gmail.com>
Tue, 08 Jun 2010 15:31:42 +0200
changeset 4 7c994c98d1df
parent 3 web/ldt/ldt/templates/iriuser/ldt/copy_ldt.html@651f67b66c51
permissions -rw-r--r--
change ldt.ldt to ldt.ldt_utils

{% load i18n %} {# form of copy of project ldt #}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="stylesheet" href="{{BASE_URL}}static/ldt/css/ldt.css" />
</head>
<body>
<div id="add_contribution">
<div class="title">{% trans "Copy your project" %}</div>
<form action="" method="POST">{% csrf_token %} <label for="title">{%
trans "Title" %}:</label> <input class="inputbox required" type="text"
	name="title" size="80" ; value="" id="title" /> <input class="button"
	id="ldt_submit" type="submit" value="{% trans 'Copy' %}" /></form>
</div>
</body>
</html>