diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-04-11 14:18:25 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-04-11 14:18:25 +0000 |
| commit | b00756378f3f004bbcdc529859d668f313575fc3 (patch) | |
| tree | f4a89a008726f6ff1fda4fb3e237b032f4023e1d /htroot/ViewProfile.html | |
| parent | 41afccaf34778dafad45be1347c0dcf7a95905cd (diff) | |
adopted ViewProfile to be used in search interface to fetch local profile
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2021 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ViewProfile.html')
| -rw-r--r-- | htroot/ViewProfile.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/htroot/ViewProfile.html b/htroot/ViewProfile.html index 6446ab3e0..19d06ff6e 100644 --- a/htroot/ViewProfile.html +++ b/htroot/ViewProfile.html @@ -5,9 +5,17 @@ #%env/templates/metas.template%#
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
+#(display)#
+#%env/templates/simpleheader.template%#
+::
#%env/templates/header.template%#
+#(/display)#
<br><br>
+#(localremotepeer)#
+<h2>Local Peer Profile:</h2>
+::
<h2>Remote Peer Profile:</h2>
+#(/localremotepeer)#
<p>
#(success)#
Wrong access of this page
@@ -80,6 +88,10 @@ The peer #[peername]# is not online. </table>
#(/success)#
+#(display)#
+#%env/templates/simplefooter.template%#
+::
#%env/templates/footer.template%#
+#(/display)#
</body>
</html>
\ No newline at end of file |
