Further work on auto-generation of components
This commit is contained in:
		
							parent
							
								
									706e42f483
								
							
						
					
					
						commit
						bfb5a67266
					
				
					 43 changed files with 2254 additions and 911 deletions
				
			
		| 
						 | 
				
			
			@ -0,0 +1,154 @@
 | 
			
		|||
{% extends "base.html" %}
 | 
			
		||||
<!-- File list-followuprequests-Followuprequests.html generated 2018-06-14T19:58:20.303Z by adl.to-selmer-templates.
 | 
			
		||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
 | 
			
		||||
{% block head %}
 | 
			
		||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
 | 
			
		||||
 | 
			
		||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
 | 
			
		||||
 | 
			
		||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
 | 
			
		||||
 | 
			
		||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
 | 
			
		||||
 | 
			
		||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
 | 
			
		||||
 | 
			
		||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
 | 
			
		||||
 | 
			
		||||
<title>
 | 
			
		||||
{{site-title}}: {{title}}
 | 
			
		||||
</title>
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
<form id='content' class='list'>
 | 
			
		||||
<div class='big-link-container'>
 | 
			
		||||
<a href='form-followuprequests-Followuprequest'>
 | 
			
		||||
Add a new Followuprequest
 | 
			
		||||
</a>
 | 
			
		||||
</div>
 | 
			
		||||
<table caption='followuprequests'>
 | 
			
		||||
<thead>
 | 
			
		||||
<tr>
 | 
			
		||||
<th>
 | 
			
		||||
id
 | 
			
		||||
</th>
 | 
			
		||||
<th>
 | 
			
		||||
elector_id
 | 
			
		||||
</th>
 | 
			
		||||
<th>
 | 
			
		||||
visit_id
 | 
			
		||||
</th>
 | 
			
		||||
<th>
 | 
			
		||||
issue_id
 | 
			
		||||
</th>
 | 
			
		||||
<th>
 | 
			
		||||
method_id
 | 
			
		||||
</th>
 | 
			
		||||
</tr>
 | 
			
		||||
<tr>
 | 
			
		||||
<th>
 | 
			
		||||
<input id='id' type='text' name='id' value='{{ params.id }}'/>
 | 
			
		||||
</th>
 | 
			
		||||
<th>
 | 
			
		||||
<input id='elector_id' type='text' name='elector_id' value='{{ params.elector_id }}'/>
 | 
			
		||||
</th>
 | 
			
		||||
<th>
 | 
			
		||||
<input id='visit_id' type='text' name='visit_id' value='{{ params.visit_id }}'/>
 | 
			
		||||
</th>
 | 
			
		||||
<th>
 | 
			
		||||
<input id='issue_id' type='text' name='issue_id' value='{{ params.issue_id }}'/>
 | 
			
		||||
</th>
 | 
			
		||||
<th>
 | 
			
		||||
<input id='method_id' type='text' name='method_id' value='{{ params.method_id }}'/>
 | 
			
		||||
</th>
 | 
			
		||||
<th>
 | 
			
		||||
<input type='submit' id='search' value='Search'/>
 | 
			
		||||
</th>
 | 
			
		||||
</tr>
 | 
			
		||||
</thead>
 | 
			
		||||
<tbody>
 | 
			
		||||
{% for record in %records% %}
 | 
			
		||||
<tr>
 | 
			
		||||
<td>
 | 
			
		||||
{{ record.id }}
 | 
			
		||||
</td>
 | 
			
		||||
<td>
 | 
			
		||||
{{ record.elector_id }}
 | 
			
		||||
</td>
 | 
			
		||||
<td>
 | 
			
		||||
{{ record.visit_id }}
 | 
			
		||||
</td>
 | 
			
		||||
<td>
 | 
			
		||||
{{ record.issue_id }}
 | 
			
		||||
</td>
 | 
			
		||||
<td>
 | 
			
		||||
{{ record.method_id }}
 | 
			
		||||
</td>
 | 
			
		||||
<td>
 | 
			
		||||
<a href='{{servlet-context}}/form-followuprequests-Followuprequest?id={{ record.id}}'>
 | 
			
		||||
View
 | 
			
		||||
</a>
 | 
			
		||||
</td>
 | 
			
		||||
</tr>
 | 
			
		||||
{% endfor %}
 | 
			
		||||
</tbody>
 | 
			
		||||
<tfoot>
 | 
			
		||||
<div class='back-link-container'>
 | 
			
		||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
 | 
			
		||||
</div>
 | 
			
		||||
<div class='big-link-container'>
 | 
			
		||||
<input id='page' name='page' disabled='false' value='Next'/>
 | 
			
		||||
</div>
 | 
			
		||||
</tfoot>
 | 
			
		||||
</table>
 | 
			
		||||
</form>
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% block foot %}
 | 
			
		||||
<footer>
 | 
			
		||||
<div id='credits'>
 | 
			
		||||
<div>
 | 
			
		||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
 | 
			
		||||
 | 
			
		||||
            A project of the
 | 
			
		||||
            
 | 
			
		||||
<a href='https://radical.scot/'>
 | 
			
		||||
Radical Independence Campaign
 | 
			
		||||
</a>
 | 
			
		||||
 ||
 | 
			
		||||
            Version {{version}}
 | 
			
		||||
          
 | 
			
		||||
</div>
 | 
			
		||||
<div>
 | 
			
		||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
 | 
			
		||||
Built with 
 | 
			
		||||
<a href='http://www.luminusweb.net/'>
 | 
			
		||||
LuminusWeb
 | 
			
		||||
</a>
 | 
			
		||||
 ||
 | 
			
		||||
            
 | 
			
		||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
 | 
			
		||||
 Powered by 
 | 
			
		||||
<a href='http://clojure.org'>
 | 
			
		||||
Clojure
 | 
			
		||||
</a>
 | 
			
		||||
 ||
 | 
			
		||||
            
 | 
			
		||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
 | 
			
		||||
Find me/fork me on 
 | 
			
		||||
<a href='https://github.com/simon-brooke/smeagol'>
 | 
			
		||||
Github
 | 
			
		||||
</a>
 | 
			
		||||
 ||
 | 
			
		||||
            
 | 
			
		||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
 | 
			
		||||
Licensed under the 
 | 
			
		||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
 | 
			
		||||
GNU General Public License version 2.0
 | 
			
		||||
</a>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
</footer>
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue