Version 2.5.8-3
SVN revision: 1310
This commit is contained in:
+45
-14
@@ -1,23 +1,54 @@
|
||||
<STYLE TYPE="text/css">
|
||||
<!--
|
||||
.dummy {}
|
||||
/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
|
||||
|
||||
.title {background-color: #486090;font-family: Verdana, Arial, Helvetica, Sans-Serif;font-size: x-large;color: white;text-align: center;padding: 5px 10px 5px 10px;}
|
||||
.title { padding: 5px 10px;
|
||||
background-color: rgb(72, 96, 144);
|
||||
font-family: Verdana,Arial,Helvetica,Sans-Serif;
|
||||
font-size: x-large;
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.version {color: #486090;font-family: Verdana, Arial, Helvetica, Sans-Serif;text-align: center;padding: 5px 10px 5px 10px;font-weight: bold;}
|
||||
.version { padding: 5px 10px;
|
||||
color: rgb(72, 96, 144);
|
||||
font-family: Verdana,Arial,Helvetica,Sans-Serif;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.menu {background-color: #486090;font-family: Verdana, Arial, Helvetica, Sans-Serif;font-size: medium;color: white;text-align: center;padding: 5px 10px 5px 10px; }
|
||||
.Sub { font-family: Verdana,Arial,Helvetica,Sans-Serif;
|
||||
font-size: medium;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.Sub {font-family: Verdana, Arial, Helvetica, Sans-Serif;font-size: medium;text-align:
|
||||
center;}
|
||||
.menu { padding: 5px 10px;
|
||||
background-color: rgb(72, 96, 144);
|
||||
font-family: Verdana,Arial,Helvetica,Sans-Serif;
|
||||
font-size: medium;
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nav {text-decoration: none; color: yellow;}
|
||||
.nav { text-decoration: none;
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
.section {background-color: #486090;font-family: Verdana, Arial, Helvetica, Sans-Serif;font-size: large;color: white;text-align: left;padding: 5px 10px 5px 10px;}
|
||||
.section { padding: 5px 10px;
|
||||
background-color: rgb(72, 96, 144);
|
||||
font-family: Verdana,Arial,Helvetica,Sans-Serif;
|
||||
font-size: large;
|
||||
color: white;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.footer {background-color: #486090;font-family: Verdana, Arial, Helvetica, Sans-Serif;font-size: small;color: white;text-align: left;padding: 5px 10px 5px 10px;}
|
||||
.footer { padding: 5px 10px;
|
||||
background-color: rgb(72, 96, 144);
|
||||
font-family: Verdana,Arial,Helvetica,Sans-Serif;
|
||||
font-size: small;
|
||||
color: white;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
P {margin-left: 10px; margin-right: 10px;}
|
||||
p { margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
-->
|
||||
</STYLE>
|
||||
|
||||
+103
-79
@@ -1,79 +1,103 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>ELOG FAQ</TITLE>
|
||||
<LINK REV="made" HREF="mailto:stefan.ritt@psi.ch">
|
||||
<META NAME="author" CONTENT="Stefan Ritt">
|
||||
<META NAME="description" CONTENT="Home of the Electronic Logbook (ELOG) package">
|
||||
<META NAME="keywords" CONTENT="ELOG MIDAS PSI RITT">
|
||||
<LINK REL="stylesheet" TYPE="text/css" HREF="elog.css">
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#0000ff" VLINK="#800080" ALINK="#ff0000">
|
||||
<div class="title"> ELOG Wishlist </div>
|
||||
<p>
|
||||
<div class="menu"> Site map : [<a class="nav" href="index.html">Home</a>]
|
||||
[<a class="nav" href="userguide.html">User's Guide</a>] [<a class="nav" href="adminguide.html">Administrator's
|
||||
Guide</a>] [<a class="nav" href="faq.html">FAQ</a>]
|
||||
[Wishlist] [<a class="nav" href="http://midas.psi.ch/elogs/Linux%20Demo/">DEMO</a>]
|
||||
[<a class="nav" href="download.html">Download</a>]
|
||||
</div>
|
||||
<p>
|
||||
<div class="Sub"><i>ELOG Wishlist</i></div>
|
||||
<hr>
|
||||
Here are some "<I>wishlist</I>
|
||||
" items requested by users. I will work down the list as time permits, starting
|
||||
at the items with the most votes. You can vote for a feature, or suggest one,
|
||||
by sending me an email.
|
||||
<p>
|
||||
<center>
|
||||
<table border="1">
|
||||
<tr>
|
||||
<th>
|
||||
Feature<th>Votes</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Implement groups of users<td>6</td>
|
||||
<tr>
|
||||
<td>
|
||||
Password expiration<td>1</td>
|
||||
<tr>
|
||||
<td>
|
||||
Account expiration<td>1</td>
|
||||
<tr>
|
||||
<td>
|
||||
Make attributes which whould be displayd selectable in "Find" page<td>1</td>
|
||||
<tr>
|
||||
<td>
|
||||
Convert elog text files into XML files and comma separated files with elconv<td>1</td>
|
||||
<tr>
|
||||
<td>
|
||||
Implement multi-line attributes<td>6</td>
|
||||
<tr>
|
||||
<td>
|
||||
Derive attribute options from list of entries of another logbook<td>1</td>
|
||||
<tr>
|
||||
<td>
|
||||
Specify date format explicitly for substitutions, like $entry date{%Y}<td>2</td>
|
||||
<tr>
|
||||
<td>
|
||||
Change attributes of whole thread, like mark a thread "open" or "closed"<td>2</td>
|
||||
<tr>
|
||||
<td>
|
||||
Automatic unlocking of entries after a specific time period<td>1</td>
|
||||
<tr>
|
||||
<td>
|
||||
Implement PAM authentification under Linux<td>2</td>
|
||||
<tr>
|
||||
<td>
|
||||
Implement attributes which are math results from others, like <i>att3=att1+att2</i><td>2</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<p>
|
||||
<OL>
|
||||
</OL>
|
||||
<HR>
|
||||
<div class="footer"> Content by <a class="nav" href="mailto:Stefan.Ritt@psi.ch">
|
||||
Stefan Ritt</a>, Web pages by <a class="nav" href="mailto:fredp@mygale.org">Fred
|
||||
Pacquier</a> - last modified on 31/01/2003 </div>
|
||||
</BODY>
|
||||
</HTML>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>ELOG FAQ</title>
|
||||
<link rev="made" href="mailto:stefan.ritt@psi.ch">
|
||||
<meta name="author" content="Stefan Ritt">
|
||||
<meta name="description"
|
||||
content="Home of the Electronic Logbook (ELOG) package">
|
||||
<meta name="keywords" content="ELOG MIDAS PSI RITT">
|
||||
<link rel="stylesheet" type="text/css" href="elog.css">
|
||||
</head>
|
||||
<body alink="#ff0000" bgcolor="#ffffff" link="#0000ff" text="#000000"
|
||||
vlink="#800080">
|
||||
<div class="title"> ELOG Wishlist </div>
|
||||
<p> </p>
|
||||
<div class="menu"> Site map : [<a class="nav"
|
||||
href="index.html">Home</a>] [<a class="nav"
|
||||
href="userguide.html">User's Guide</a>] [<a class="nav"
|
||||
href="adminguide.html">Administrator's Guide</a>] [<a
|
||||
class="nav" href="faq.html">FAQ</a>] [Wishlist]
|
||||
[<a class="nav" href="http://midas.psi.ch/elogs/Linux%20Demo/">DEMO</a>]
|
||||
[<a class="nav" href="download.html">Download</a>] </div>
|
||||
<p> </p>
|
||||
<div class="Sub"><i>ELOG Wishlist</i></div>
|
||||
<hr> Here are some "<i>wishlist</i>" items requested by users. I will
|
||||
work down the list as time permits, starting at the items with the most
|
||||
votes. You can vote for a feature, or suggest one, by sending me an
|
||||
email.
|
||||
<p> </p>
|
||||
<center>
|
||||
<table border="1">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th> Feature</th>
|
||||
<th>Votes</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Implement groups of users</td>
|
||||
<td>6</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Password expiration</td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Account expiration</td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Make attributes which whould be displayd selectable in
|
||||
"Find" page</td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Convert elog text files into XML files and comma separated
|
||||
files with elconv</td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Implement multi-line attributes</td>
|
||||
<td>6</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Derive attribute options from list of entries of another
|
||||
logbook</td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Specify date format explicitly for substitutions, like
|
||||
$entry date{%Y}</td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Change attributes of whole thread, like mark a thread "open"
|
||||
or "closed"</td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Automatic unlocking of entries after a specific time period</td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Implement PAM authentification under Linux</td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Implement attributes which are math results from others,
|
||||
like <i>att3=att1+att2</i></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</center>
|
||||
<p> </p>
|
||||
<ol>
|
||||
</ol>
|
||||
<hr>
|
||||
<div class="footer"> Content by <a class="nav"
|
||||
href="mailto:Stefan.Ritt@psi.ch"> Stefan Ritt</a>, Web pages by <a
|
||||
class="nav" href="mailto:fredp@mygale.org">Fred Pacquier</a> - last
|
||||
modified on 31/01/2003 </div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+9
-3
@@ -6,6 +6,9 @@
|
||||
Contents: Web server program for Electronic Logbook ELOG
|
||||
|
||||
$Log$
|
||||
Revision 1.617 2005/04/06 19:20:57 ritt
|
||||
Version 2.5.8-3
|
||||
|
||||
Revision 1.616 2005/04/06 19:12:25 ritt
|
||||
Fixed bug with lowercase conditions
|
||||
|
||||
@@ -963,7 +966,7 @@
|
||||
\********************************************************************/
|
||||
|
||||
/* Version of ELOG */
|
||||
#define VERSION "2.5.8-2"
|
||||
#define VERSION "2.5.8-3"
|
||||
char cvs_revision[] = "$Id$";
|
||||
|
||||
/* ELOG identification */
|
||||
@@ -14171,7 +14174,9 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode,
|
||||
if (is_ascii(file_name) &&
|
||||
!chkext(attachment[index], ".PS") &&
|
||||
!chkext(attachment[index], ".PDF") &&
|
||||
!chkext(attachment[index], ".EPS") && show_attachments) {
|
||||
!chkext(attachment[index], ".EPS") &&
|
||||
!chkext(attachment[index], ".HTM") &&
|
||||
!chkext(attachment[index], ".HTML") && show_attachments) {
|
||||
|
||||
/* display attachment */
|
||||
rsprintf("</td></tr><tr><td colspan=%d class=\"messagelist\"><pre>", colspan);
|
||||
@@ -18687,7 +18692,8 @@ void show_elog_entry(LOGBOOK * lbs, char *dec_path, char *command)
|
||||
|
||||
/* determine if displayed inline */
|
||||
display_inline = is_image(file_name) || is_ascii(file_name);
|
||||
if (chkext(att, ".PS") || chkext(att, ".PDF") || chkext(att, ".EPS"))
|
||||
if (chkext(att, ".PS") || chkext(att, ".PDF") || chkext(att, ".EPS") ||
|
||||
chkext(att, ".HTM") || chkext(att, ".HTML"))
|
||||
display_inline = 0;
|
||||
if (file_exist(thumb_name))
|
||||
display_inline = 1;
|
||||
|
||||
Reference in New Issue
Block a user