Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1251 → Rev 1252

/PhotoAlbum/trunk/webapp/WEB-INF/conf/photos.xml.example
0,0 → 1,50
<?xml version="1.0" encoding="ISO-8859-1"?>
<photos>
<default-branch>children</default-branch>
<branch>
<uri>children</uri>
<images-root>/home/data/photos</images-root>
<cache-dir>/home/data/photos/.cache</cache-dir>
<thumbnail-format>jpg</thumbnail-format>
<columns>6</columns>
<rows>5</rows>
<images-mask>*.jpeg</images-mask>
<images-mask>*.jpg</images-mask>
<dir-thumbnail>
<template>/home/tomcat/webapps2/photos/images/dir_template.gif</template>
<thumbnail>
<left>5</left>
<top>9</top>
<width>40</width>
<height>40</height>
<align>center</align>
<valign>center</valign>
</thumbnail>
<thumbnail>
<left>47</left>
<top>9</top>
<width>40</width>
<height>40</height>
<align>center</align>
<valign>center</valign>
</thumbnail>
<thumbnail>
<left>5</left>
<top>50</top>
<width>40</width>
<height>40</height>
<align>center</align>
<valign>center</valign>
</thumbnail>
<thumbnail>
<left>47</left>
<top>50</top>
<width>40</width>
<height>40</height>
<align>center</align>
<valign>center</valign>
</thumbnail>
</dir-thumbnail>
</branch>
</photos>