|
@@ -1,6 +1,6 @@
|
|
<!doctype html>
|
|
<!doctype html>
|
|
<head>
|
|
<head>
|
|
- <title>Hello from Flask</title>
|
|
|
|
|
|
+ <title>Dimension Extraction</title>
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}"/>
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}"/>
|
|
</head>
|
|
</head>
|
|
|
|
|
|
@@ -24,7 +24,7 @@
|
|
<div style="text-indent:50px;">
|
|
<div style="text-indent:50px;">
|
|
<h1>Extracted Tolerances</h1>
|
|
<h1>Extracted Tolerances</h1>
|
|
<p>Maße: {{ dims }} </p>
|
|
<p>Maße: {{ dims }} </p>
|
|
- <p><a href="http://localhost:5000/"> Upload another drawing </a></p>
|
|
|
|
|
|
+ <p><a href="http://localhost:5000/"> Upload another drawing </a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -36,7 +36,7 @@
|
|
|
|
|
|
{% for k in isos %}
|
|
{% for k in isos %}
|
|
<tr>
|
|
<tr>
|
|
- <td><a href="path/doc.pdf">My Resume</a> {{ k }}</td>
|
|
|
|
|
|
+ <td><a href="{{ url_for('generate', name=k) }}" > {{ k }} </a> </td>
|
|
</tr>
|
|
</tr>
|
|
{% endfor %}
|
|
{% endfor %}
|
|
</table>
|
|
</table>
|