summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
3ed59ad)
svn path=/trunk/; revision=99
elif [ -n "$_POST[new_session]" ]; then
sid="$_POST[new_session]"
elif [ -n "$_POST[new_session]" ]; then
sid="$_POST[new_session]"
- identify "$_EXEC/templates/therapy_background.png" \
+ identify "$_EXEC/static/therapy_background.png" \
| sed -r 's;^.* ([0-9]+x[0-9]+) .*$;\1;' \
| read dim
| sed -r 's;^.* ([0-9]+x[0-9]+) .*$;\1;' \
| read dim
mpxfile="$_DATA/prescriptions/${id%.tpy}.mpx"
client="$_DATA/vcard/${id%%.*}.vcf"
mpxfile="$_DATA/prescriptions/${id%.tpy}.mpx"
client="$_DATA/vcard/${id%%.*}.vcf"
-identify "$_EXEC/templates/therapy_background.png" \
+identify "$_EXEC/static/therapy_background.png" \
| sed -r 's;^.* ([0-9]+x[0-9]+) .*$;\1;' \
| read bg_dim
| sed -r 's;^.* ([0-9]+x[0-9]+) .*$;\1;' \
| read bg_dim