.. You may want to use the usual include line. Uncomment and adjust the path. .. include:: ../Includes.txt ========= EXT: Poll ========= :Author: Christopher :Created: 2010-12-18T19:57:23 :Changed: 2012-08-28T16:32:35.190000000 :Classification: jk_poll :Description: The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) ---- :Keywords: forEditors, forAdmins, forIntermediates :Author: Johannes Krausmüller :Email: johannes@krausmueller.de :Language: en .. _img-1-img-2-EXT-Poll: |img-1| |img-2| EXT: Poll ========================= Extension Key: jk\_poll Language: en Version: x.y.z Keywords: forEditors, forAdmins, forIntermediates Copyright 2006-2012, Johannes Krausmüller, This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml The content of this document is related to TYPO3 \- a GNU/GPL CMS/Framework available from www.typo3.org .. _Table-of-Contents: Table of Contents ----------------- **`EXT: Poll 1 <#__RefHeading__5708_1738894311>`_** **`Introduction 3 <#__RefHeading__5710_1738894311>`_** `What does it do? 3 <#__RefHeading__463_413120346>`_ `Screenshots 3 <#__RefHeading__465_413120346>`_ **`Users manual 5 <#__RefHeading__467_413120346>`_** `Installation 5 <#__RefHeading__31507_818911409>`_ `Creating a poll record 5 <#__RefHeading__941_309396046>`_ `Inserting the plugin for displaying the poll 6 <#__RefHeading__943_309396046>`_ `Allow comments on polls with extension comments 9 <#__RefHeading__945_309396046>`_ **`Configuration 10 <#__RefHeading__947_309396046>`_** `Upgrading to version 0.6+ 10 <#__RefHeading__949_309396046>`_ `Upgrading to version 0.9+ 10 <#__RefHeading__951_309396046>`_ `Using TSconfig to add poll to every page 10 <#__RefHeading__953_309396046>`_ `Hiding fields in the backend for editors 12 <#__RefHeading__955_309396046>`_ `Templates 12 <#__RefHeading__957_309396046>`_ `Add additional colors for the poll bars 16 <#__RefHeading__959_309396046>`_ `Multilanguage polls 16 <#__RefHeading__961_309396046>`_ `RealURL 18 <#__RefHeading__963_309396046>`_ **`To-Do list 19 <#__RefHeading__965_309396046>`_** **`ChangeLog 20 <#__RefHeading__967_309396046>`_** .. _Introduction: Introduction ------------ .. _What-does-it-do: What does it do? ^^^^^^^^^^^^^^^^ A poll based on the extension quickpoll. A template-file can be used to define the output in the frontend. It is also possible to create a horizontal or vertical display of the percentage of users voted for an answer. Visit http://www.krausmueller.de for some demos of the extension. .. _Screenshots: Screenshots ^^^^^^^^^^^ Vote for an answer: |img-3| The vertical result of the poll: |img-4| The horizontal result of the poll: |img-5| Users manual ------------ .. _Installation: Installation ^^^^^^^^^^^^ Use the extension manager to install the extension. .. _Creating-a-poll-record: Creating a poll record ^^^^^^^^^^^^^^^^^^^^^^ To start a poll you have to create a new poll record. To do so, choose a site which contains the records an use the click-menu to create a new one. |img-6| A form opens, showing a poll record: |img-7| There are fields where you can put a title, an image and your question. The important part is the textbox for your answers. Every line describes an answer. The amount of votes for an answer are shown in the textbox “Votes”. When you set up the poll this box should be clear or have a value of “0“ for every answer. To define in which color the answer should be rendered you can use the field “Color”. As colors you can use by default blue, red, yellow, green and black. Other colors can also specified (see section Configuration). If you don't define a color the default one is taken from the plugin configuration. Here is an example for a poll with some colors defined: Answers: :: yes no don't know Colors: :: green blue yellow To allow votes only until a special day but to show the result of the poll after this day you can use the field “valid till” at the very beginning of the form. Votes are only possible until the day specified. .. _Inserting-the-plugin-for-displaying-the-poll: Inserting the plugin for displaying the poll ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ You now have to insert a plugin as pagecontent to the page the poll should be displayed on in the frontend. To do so, create a new pagecontent and select “Insert plugin” as type. In the drop-down box “Plugin” you have to select “Poll”. After this you can see a form like this: |img-8| If the page where you created the poll record isn't the same as the one where you inserted the plugin, you have to define the page with your poll record in the field “Startingpoint. If it is the same page, nothing special has to be done. Save the form and view the page on which you inserted the pagecontent (use the button “Save document and view page” on top of the form). You should now see your poll. There are several options to configure your poll. They are separated in “General Settings” and “Template”. General Settings: .. ### BEGIN~OF~TABLE ### .. _What-to-display: What to display """"""""""""""" .. container:: table-row Option What to display Description You can select the values “POLL” or / and “LIST”. With “POLL” you display the newest poll. “LIST” shows a list of all polls located at the specified Startingpoint. .. _Template: Template """""""" .. container:: table-row Option Template Description You can set a template-file which should be used in the rendering process of the poll, if you'd like to adopt the layout to your needs (see also Configuration). .. _CSS-file: CSS file """""""" .. container:: table-row Option CSS file Description You can set a CSS file which should be used in the rendering process of the poll, if you'd like to adopt the layout to your needs (see also Configuration). .. _Count-votes-for-every-language-separately: Count votes for every language separately """"""""""""""""""""""""""""""""""""""""" .. container:: table-row Option Count votes for every language separately Description If checked votes are counted for every language seperately. Otherwise votes from different languages are summarized. .. _Check-if-user-can-vote-for-every-language-separately: Check if user can vote for every language separately """""""""""""""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option Check if user can vote for every language separately Description If checked a user might vote for every language available. Otherwise the checks if a user can still vote (see General Settings) are considered for every language an the user can only vote once. .. ###### END~OF~TABLE ###### Poll: .. ### BEGIN~OF~TABLE ### .. _First-answer-is-checked-by-default: First answer is checked by default """""""""""""""""""""""""""""""""" .. container:: table-row Option First answer is checked by default Description The first answer is already checked. So the error of no answer selected cannot occur. .. _Allow-to-vote-for-more-than-one-answer: Allow to vote for more than one answer """""""""""""""""""""""""""""""""""""" .. container:: table-row Option Allow to vote for more than one answer Description Users can vote for more than more answer at the same time (checkboxes are used instead of radio buttons). .. _Set-cookie-for-x-days-value-off-for-non-persistent-cookie: Set cookie for x days (value "off" for non-persistent cookie) """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option Set cookie for x days (value "off" for non-persistent cookie) Description Specifies for how many days the cookie, preventing a visitor from voting again, will last. If you use the value "off" non-persistent cookies will be used (the cookies are deleted when the session ends). If no value is entered the default is 30 days. To disable cookies completely it is also possible to insert “no”. .. _Allow-only-fe-users-to-vote: Allow only fe\_users to vote """""""""""""""""""""""""""" .. container:: table-row Option Allow only fe\_users to vote Description Only Frontend users can vote for an answer (you could set the cookie value to “no” to disable cookies). .. _Check-IP-before-vote-is-possible: Check IP before vote is possible """""""""""""""""""""""""""""""" .. container:: table-row Option Check IP before vote is possible Description When selected the IP-addresses of the visitors who voted for an poll are saved. This can be used to prevent visitors to vote more than once when they disabled cookies. .. _Allow-another-vote-after-x-hours: Allow another vote after x hours """""""""""""""""""""""""""""""" .. container:: table-row Option Allow another vote after x hours Description Allows another vote from an IP logged as already voted after specified value of hours. To specify values different from full hours use numbers like 0.5 for half an hour (you have to use a dot, commas are not accepted. Only takes effect if “Check IP before vote is possible” is selected in the option before. .. _Use-captcha-Extension-Captcha-is-required: Use captcha (Extension Captcha is required) """"""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option Use captcha (Extension Captcha is required) Description To vote for an answer the user has to insert a special string (see extension Captcha from Kasper). .. _Use-comments-Extension-comments-is-required: Use comments (Extension comments is required) """"""""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option Use comments (Extension comments is required) Description Enables the use of the extension “comments” (adds GET parameters which can be used for configuration of comments). See section “Allow comments on polls with extension comments”. .. _Page-to-forward-to-after-vote: Page to forward to after vote """"""""""""""""""""""""""""" .. container:: table-row Option Page to forward to after vote Description Forward to specified page after successful vote. .. _Include-link-to-list-of-old-polls: Include link to list of old polls """"""""""""""""""""""""""""""""" .. container:: table-row Option Include link to list of old polls Description Include a link to old polls (text has to be set in locallang\_db). .. ###### END~OF~TABLE ###### RESULT: .. ### BEGIN~OF~TABLE ### .. _Type: Type """" .. container:: table-row Option Type Description Specifies the type of the poll. It can be chosen between horizontal and vertical (see screenshots in section Introduction). .. _Color: Color """"" .. container:: table-row Option Color Description The default color if no color is defined in the poll record. The same values as in the poll record can be used here. If no color is given the default is blue. .. _Path-for-images: Path for images """"""""""""""" .. container:: table-row Option Path for images Description Specify path where images can be found (e.g.: fileadmin/template/images/). Default value is EXT:jk\_poll/images/ .. _Height-Width: Height/Width """""""""""" .. container:: table-row Option Height/Width Description The height or the width of the poll bar (depends on the type of the poll selected before). You should try some values to find one which suits you best. .. _Factor: Factor """""" .. container:: table-row Option Factor Description The factor is used to stretch the poll bars. The size of the poll bars is the percentage of votes in pixel. Due to this fact they could be rather small, the factor is multiplied with the amount of pixels. A suitable value should be between 1 and 3. .. _Show-zero-percent-as-1-pixel: Show zero percent as 1 pixel """""""""""""""""""""""""""" .. container:: table-row Option Show zero percent as 1 pixel Description If set, options with 0 percent are shown as 1px line in the result. .. _Render-bars-with-CSS: Render bars with CSS """""""""""""""""""" .. container:: table-row Option Render bars with CSS Description Renders the poll bars with the help of CSS instead of classic use of images. .. _Width-pixels-for-Google-Chart: Width (pixels) for Google Chart """"""""""""""""""""""""""""""" .. container:: table-row Option Width (pixels) for Google Chart Description Specify the width of the image generated with Google Chart. .. _Height-pixels-for-Google-Chart: Height (pixels) for Google Chart """""""""""""""""""""""""""""""" .. container:: table-row Option Height (pixels) for Google Chart Description Specify the height of the image generated with Google Chart. .. _Use-comments-Extension-comments-is-required-but-only-on-RESULT-view: Use comments (Extension comments is required), but only on RESULT view """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option Use comments (Extension comments is required), but only on RESULT view Description Enables the use of the extension “comments” only for RESULT view (adds GET parameters which can be used for configuration of comments). ents” (adds GET parameters which can be used for configuration of comments). See section “Allow comments on polls with extension comments”. .. _Limit-number-of-answers-shown-to-the-top: Limit number of answers shown to the top """""""""""""""""""""""""""""""""""""""" .. container:: table-row Option Limit number of answers shown to the top Description Only show the specified number of answers which were most voted for. All other answers are combined in an additional answer “Others” (can be hidden with TypoScript). .. ###### END~OF~TABLE ###### LIST: .. ### BEGIN~OF~TABLE ### .. _Amount-of-polls-LIST: Amount of polls (LIST) """""""""""""""""""""" .. container:: table-row Option Amount of polls (LIST) Description Limit the amount of shown polls to the inserted value. .. _Show-first-poll-in-LIST: Show first poll in LIST """"""""""""""""""""""" .. container:: table-row Option Show first poll in LIST Description Specifies if the newest poll should be shown in LIST or not. .. _Hide-current-poll: Hide current poll """"""""""""""""" .. container:: table-row Option Hide current poll Description Specifies if the current poll should be shown in LIST or not. .. _Allow-votes-for-old-polls-in-LIST: Allow votes for old polls in LIST """"""""""""""""""""""""""""""""" .. container:: table-row Option Allow votes for old polls in LIST Description When selected it is possible to vote for an old poll located in the list. .. _Show-pagebrowser-in-LIST-Extension-pagebrowse-required: Show pagebrowser in LIST (Extension pagebrowse required) """""""""""""""""""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option Show pagebrowser in LIST (Extension pagebrowse required) Description Divides LIST of polls to several pages (pagebrowser) using the extension “pagebrowse” (must be installed). .. _Items-per-page-if-using-pagebrowser: Items per page (if using pagebrowser) """"""""""""""""""""""""""""""""""""" .. container:: table-row Option Items per page (if using pagebrowser) Description Set the polls shown on one page to the inserted value when using the pagebrowser. .. _Show-results-in-LIST: Show results in LIST """""""""""""""""""" .. container:: table-row Option Show results in LIST Description Show the result of the polls already in LIST view. .. _Page-for-single-view-POLL: Page for single view (POLL) """"""""""""""""""""""""""" .. container:: table-row Option Page for single view (POLL) Description If you only selected the value “LIST” in the section “General Settings” you have to specify a page where a plugin with “POLL” exists, because the results of the polls will be displayed there. (Normally you should use the value “LIST” in connection with “POLL”). .. _Show-link-to-get-back-to-previous-page: Show link to get back to previous page """""""""""""""""""""""""""""""""""""" .. container:: table-row Option Show link to get back to previous page Description Adds link to site visited before (one site back in history via JavaScript). .. ###### END~OF~TABLE ###### .. _Allow-comments-on-polls-with-extension-comments: Allow comments on polls with extension comments ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ To allow users to make comments on a poll record you can use the extension poll from the repository. Just install the extension 'comments' and insert a page record 'Commenting system' to the same page containing the poll plugin. Configure 'comments' according to the manual of the extension. In addition you have to configure jk\_poll. You can choose if comments should be shown every time or only if the user already voted on the result page. If comments should be shown also if the user hasn't already voted for the poll you use the option 'Use comments (Extension comments is required)' in the flexform or 'plugin.tx\_jkpoll\_pi1.comments = 1' when using TypoScript. In addition your configuration for the extension 'comments' would look like that: :: plugin.tx_comments_pi1.prefixToTableMap.tx_jkpoll_pi1 = tx_jkpoll_poll plugin.tx_comments_pi1.showUidMap.tx_jkpoll_pi1 = uid To only show comments on the result page (if the user already voted) enable the option 'Use comments (Extension comments is required), but only on RESULT view' in the flexform or use 'plugin.tx\_jkpoll\_pi1.comments\_on\_result = 1' with TypoScript. The configuration for the extensions 'comments' looks like this: :: plugin.tx_comments_pi1.prefixToTableMap.tx_jkpoll_pi1 = tx_jkpoll_poll plugin.tx_comments_pi1.showUidMap.tx_jkpoll_pi1 = uid_comments You might get into trouble when you use comments and caching. As a workaround try to disable the cache for the site which contains the comments plugin. .. _Configuration: Configuration ------------- .. _Upgrading-to-version-0-6: Upgrading to version 0.6+ ^^^^^^^^^^^^^^^^^^^^^^^^^ When you upgrade from a version older than 0.6 you have to convert your old poll records in order to to use them as before. You can do that update via the Extension Manager. Use the Extension Manager and select jk\_poll. In the dropdown in the upper right select the item “UPDATE!”. The database will get updated and now your old poll records can be used again. If no update is necessary the item “UPDATE!” is not part of the dropdown. |img-9| Upgrading to version 0.9+ ^^^^^^^^^^^^^^^^^^^^^^^^^ When you upgrade from a version older than 0.9 and are using flexform for configuration of the poll plugin, all of these settings are lost. Since the structure of the flexform changed you have to configure it again. Configuration via TypoScript is not affected. .. _Using-TSconfig-to-add-poll-to-every-page: Using TSconfig to add poll to every page ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ You can also add the poll to every page of your website by using TypoScript. For this purpose most of the options in the frontend plugin are also available via TypoScript. A list of all options available is shown below: .. ### BEGIN~OF~TABLE ### .. _plugin-tx-jkpoll-pi1-pid: plugin.tx\_jkpoll\_pi1.pid """""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.pid Description The uid of the page containing the poll-records (equivalent to starting-point). .. _plugin-tx-jkpoll-pi1-template: plugin.tx\_jkpoll\_pi1.template """"""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.template Description The path to the template which should be used (for example “fileadmin/test.htm”). .. _plugin-tx-jkpoll-pi1-css-file: plugin.tx\_jkpoll\_pi1.css\_file """""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.css\_file Description The path to the css file which should be used instead of the default one (e.g. “fileadmin/test.css”). .. _plugin-tx-jkpoll-pi1-type: plugin.tx\_jkpoll\_pi1.type """"""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.type Description Select between vertical (0 - horizontal, 1 - vertical, 2 - Google Chart). .. _plugin-tx-jkpoll-pi1-factor: plugin.tx\_jkpoll\_pi1.factor """"""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.factor Description Factor to stretch the image resultbar, Default value is 1. .. _plugin-tx-jkpoll-pi1-show-zero-percent: plugin.tx\_jkpoll\_pi1.show\_zero\_percent """""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.show\_zero\_percent Description If set, options with 0 percent are shown as 1px line in the result (0 - disabled, 1 – enabled). .. _plugin-tx-jkpoll-pi1-list: plugin.tx\_jkpoll\_pi1.list """"""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.list Description Show the list of polls (0 - disabled, 1 – enabled). .. _plugin-tx-jkpoll-pi1-list-first: plugin.tx\_jkpoll\_pi1.list\_first """""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.list\_first Description Show the newest poll in list (0 - disabled, 1 – enabled). .. _plugin-tx-jkpoll-pi1-hide-current: plugin.tx\_jkpoll\_pi1.hide\_current """""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.hide\_current Description Don't show the current poll. .. _plugin-tx-jkpoll-pi1-list-limit: plugin.tx\_jkpoll\_pi1.list\_limit """""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.list\_limit Description Only show amount of x polls. .. _plugin-tx-jkpoll-pi1-check-ip: plugin.tx\_jkpoll\_pi1.check\_ip """""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.check\_ip Description Use IP-check (0 - disabled, 1 – enabled). .. _plugin-tx-jkpoll-pi1-check-ip-time: plugin.tx\_jkpoll\_pi1.check\_ip\_time """""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.check\_ip\_time Description Time (in hours) after which a vote is possible again (if used IP- check). .. _plugin-tx-jkpoll-pi1-cookie: plugin.tx\_jkpoll\_pi1.cookie """"""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.cookie Description Specify the type of the cookie (same values as in flex form). .. _plugin-tx-jkpoll-pi1-cookie-domainpath: plugin.tx\_jkpoll\_pi1.cookie\_domainpath """"""""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.cookie\_domainpath Description If you use the poll on every page and the path changes, it would be possible to vote on every page again. To prevent this the cookie can be set for the whole domain (0 - disabled, 1 – enabled). You might also need this option when using RealURL and multilanguage polls (see section “RealURL”). .. _plugin-tx-jkpoll-pi1-check-user: plugin.tx\_jkpoll\_pi1.check\_user """""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.check\_user Description Check for fe\_users (0 - disabled, 1 – enabled). .. _plugin-tx-jkpoll-pi1-captcha: plugin.tx\_jkpoll\_pi1.captcha """""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.captcha Description Include captcha (0 - disabled, 1 – enabled). .. _plugin-tx-jkpoll-pi1-color: plugin.tx\_jkpoll\_pi1.color """""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.color Description Default color for the poll bars. .. _plugin-tx-jkpoll-pi1-path-to-images: plugin.tx\_jkpoll\_pi1.path\_to\_images """"""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.path\_to\_images Description Alternative path to image files for the image resultbar with trailing slash. Default value is EXT:jk\_poll/images/. .. _plugin-tx-jkpoll-pi1-image-type: plugin.tx\_jkpoll\_pi1.image\_type """""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.image\_type Description Specify another file extension for the image files (e.g. plugin.tx\_jkpoll\_pi1.image\_type = png ). Default is gif. .. _plugin-tx-jkpoll-pi1-PIDforward: plugin.tx\_jkpoll\_pi1.PIDforward """"""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.PIDforward Description Page ID of page to which should be forwarded after successful vote. .. _plugin-tx-jkpoll-pi1-first-answer-selected: plugin.tx\_jkpoll\_pi1.first\_answer\_selected """""""""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.first\_answer\_selected Description First answer is selected when showing the form to vote (0 - disabled, 1 – enabled). .. _plugin-tx-jkpoll-pi1-vote-language-specific: plugin.tx\_jkpoll\_pi1.vote\_language\_specific """"""""""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.vote\_language\_specific Description Votes are counted for every language (0 - disabled, 1 - enabled). Default value is 0. .. _plugin-tx-jkpoll-pi1-check-language-specific: plugin.tx\_jkpoll\_pi1.check\_language\_specific """""""""""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.check\_language\_specific Description Check for users who already voted is language specific (0 - disabled, 1 - enabled). When enabled, users could vote one time for every language available. Default value is 0. .. _plugin-tx-jkpoll-pi1-comments: plugin.tx\_jkpoll\_pi1.comments """"""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.comments Description Enable compatibility with extension "comments" (0 - disabled, 1 – enabled) .. _plugin-tx-jkpoll-pi1-comments-on-result: plugin.tx\_jkpoll\_pi1.comments\_on\_result """"""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.comments\_on\_result Description Enable comments from extension "comments" only on result page. (0 - disabled, 1 – enabled) .. _plugin-tx-jkpoll-pi1-submitbutton-params: plugin.tx\_jkpoll\_pi1.submitbutton\_params """"""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.submitbutton\_params Description Parameters to add to default submit button. (e.g. style=”padding- top:10px;”) .. _plugin-tx-jkpoll-pi1-custom-submit: plugin.tx\_jkpoll\_pi1.custom\_submit """"""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.custom\_submit Description Define your own submit button. (e.g. "") .. _plugin-tx-jkpoll-pi1-show-css-bars: plugin.tx\_jkpoll\_pi1.show\_css\_bars """""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.show\_css\_bars Description Use CSS to render the poll bars. (0 - disabled, 1 – enabled) .. _plugin-tx-jkpoll-pi1-google-width: plugin.tx\_jkpoll\_pi1.google\_width """""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.google\_width Description Width of the image created by Google chart. .. _plugin-tx-jkpoll-pi1-google-height: plugin.tx\_jkpoll\_pi1.google\_height """"""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.google\_height Description Height of the image created by Google chart. .. _plugin-tx-jkpoll-pi1-result-limit: plugin.tx\_jkpoll\_pi1.result\_limit """""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.result\_limit Description Only show specified amount of answers in RESULT view and one additional named “Other” which combines all other votes. .. _plugin-tx-jkpoll-pi1-result-limit-hide-other: plugin.tx\_jkpoll\_pi1.result\_limit\_hide\_other """"""""""""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.result\_limit\_hide\_other Description Hide the additional answer “Other” when limiting amount of answers. .. _plugin-tx-jkpoll-pi1-show-results-in-list: plugin.tx\_jkpoll\_pi1.show\_results\_in\_list """""""""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.show\_results\_in\_list Description Show result of polls in LIST view. (0 - disabled, 1 – enabled) .. _plugin-tx-jkpoll-pi1-answer-image-width: plugin.tx\_jkpoll\_pi1.answer\_image\_width """"""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.answer\_image\_width Description Width of the image associated with an answer. .. _plugin-tx-jkpoll-pi1-answer-image-height: plugin.tx\_jkpoll\_pi1.answer\_image\_height """""""""""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.answer\_image\_height Description Height of the image associated with an answer. .. _plugin-tx-jkpoll-pi1-pagebrowser: plugin.tx\_jkpoll\_pi1.pagebrowser """""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.pagebrowser Description Use pagebrowser in LIST vie (extension “pagebrowse” must be installed). .. _plugin-tx-jkpoll-pi1-pagebrowser-items: plugin.tx\_jkpoll\_pi1.pagebrowser\_items """"""""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.pagebrowser\_items Description Amount of polls shown on one page of pagebrowser. .. _plugin-tx-jkpoll-pi1-checkbox: plugin.tx\_jkpoll\_pi1.checkbox """"""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.checkbox Description Allow users to vote for more than only one answer by using checkboxes instead of radio buttons. .. _plugin-tx-jkpoll-pi1-backlink: plugin.tx\_jkpoll\_pi1.backlink """"""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.backlink Description Include link to page visited before (go back 1 page in browser history). .. _plugin-tx-jkpoll-pi1-link-to-poll: plugin.tx\_jkpoll\_pi1.link\_to\_poll """"""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.link\_to\_poll Description Include link to POLL view if user has not voted yet. .. _plugin-tx-jkpoll-pi1-link-to-result: plugin.tx\_jkpoll\_pi1.link\_to\_result """"""""""""""""""""""""""""""""""""""" .. container:: table-row Option plugin.tx\_jkpoll\_pi1.link\_to\_result Description Include link to RESULT view. .. ###### END~OF~TABLE ###### The poll could be included with something like this: :: poll < plugin.tx_jkpoll_pi1 poll.pid = 5 poll.type = 1 poll.cookie = off page.10.subparts.POLL < poll .. _Hiding-fields-in-the-backend-for-editors: Hiding fields in the backend for editors ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Because of many new features added the form for creating new polls might be confusing for editors. All fields are defined as Allowed excludefields and can be hidden for simplicity. Just configure your editor group and add only the fields which should be seen for your editors: |img-10| Templates ^^^^^^^^^ .. _Templates-Included: Templates Included """""""""""""""""" There are several templates included with this extension. A short list of them with description is provided in the table below. If no template is specified the file jk\_poll.tmpl is used by default. You can specify another template via flexform or Tsconfig (e.g. plugin.tx\_jkpoll\_pi1.template=fileadmin/templates/test.htm). .. ### BEGIN~OF~TABLE ### .. _jk-poll-tmpl: jk\_poll.tmpl ~~~~~~~~~~~~~ .. container:: table-row Filename jk\_poll.tmpl Description The default template of jk\_poll. .. _jk-poll-images-tmpl: jk\_poll\_images.tmpl ~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row Filename jk\_poll\_images.tmpl Description A template which can be used when adding a picture to every possible answer. .. _jk-poll-results-list-tmpl: jk\_poll\_results\_list.tmpl ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row Filename jk\_poll\_results\_list.tmpl Description A template which can be used when showing the results of polls in LIST view. .. _jk-poll-images-list-tmpl: jk\_poll\_images\_list.tmpl ~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row Filename jk\_poll\_images\_list.tmpl Description A template which can be used to show the image(s) of the polls in LIST view. .. ###### END~OF~TABLE ###### .. _CSS-Classes-used: CSS Classes used """""""""""""""" The new template uses CSS for displaying your polls. The default CSS file is typo3conf/jk\_poll/res/jk\_poll.css. You can define your own css file via flexform or TSconfig (e.g. plugin.tx\_jkpoll\_pi1.css\_file = fileadmin/templates/poll.css). If you don't want to use a CSS file at all, configure this option with “none”. Here is a short overview of the different class definitions of the default template you might like to change: .. ### BEGIN~OF~TABLE ### .. _tx-jkpoll-pi1-image: tx\_jkpoll\_pi1\_image ~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_image Description Class definition for image of the questiontext. .. _tx-jkpoll-pi1-answers: tx\_jkpoll\_pi1\_answers ~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_answers Description Class definition for block of possible answers when the user hasn't already voted. .. _tx-jkpoll-pi1-answer: tx\_jkpoll\_pi1\_answer ~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_answer Description Class definition for every single answer in the block from above. .. _tx-jkpoll-pi1-captcha: tx\_jkpoll\_pi1\_captcha ~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_captcha Description Class definition for the section containing the captcha. .. _tx-jkpoll-pi1-link-list: tx\_jkpoll\_pi1\_link\_list ~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_link\_list Description Class definition for link to list of old polls. .. _tx-jkpoll-pi1-link-poll: tx\_jkpoll\_pi1\_link\_poll ~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_link\_poll Description Class definition for link to POLL view. .. _tx-jkpoll-pi1-link-result: tx\_jkpoll\_pi1\_link\_result ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_link\_result Description Class definition for link to RESULT view. .. _tx-jkpoll-pi1-result-votes: tx\_jkpoll\_pi1\_result\_votes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_result\_votes Description Class definition for line showing how many user voted. .. _tx-jkpoll-pi1-result-vertical: tx\_jkpoll\_pi1\_result\_vertical ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_result\_vertical Description Class definition for block of result when using vertical as type. .. _tx-jkpoll-pi1-answer-vertical: tx\_jkpoll\_pi1\_answer\_vertical ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_answer\_vertical Description Class definition for every single answer in the RESULT view when using vertical as type. .. _tx-jkpoll-pi1-result-horizontal: tx\_jkpoll\_pi1\_result\_horizontal ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_result\_horizontal Description Class definition for block of result when using horizontal as type. .. _tx-jkpoll-pi1-answer-horizontal: tx\_jkpoll\_pi1\_answer\_horizontal ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_answer\_horizontal Description Class definition for every single answer in the RESULT view when using horizontal as type. .. _tx-jkpoll-pi1-result-google: tx\_jkpoll\_pi1\_result\_google ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_result\_google Description Class definition for block of result when using google as type. .. _tx-jkpoll-pi1-answer-google: tx\_jkpoll\_pi1\_answer\_google ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_answer\_google Description Class definition for every single answer in the RESULT view when using google as type. .. _tx-jkpoll-pi1-poll-list: tx\_jkpoll\_pi1\_poll\_list ~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_poll\_list Description Class definition for for list of old polls. .. _tx-jkpoll-pi1-result-list: tx\_jkpoll\_pi1\_result\_list ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row CSS class tx\_jkpoll\_pi1\_result\_list Description Class definition for result of polls in LIST view when using TSconfig plugin.tx\_jkpoll\_pi1.show\_results\_in\_list=1. .. ###### END~OF~TABLE ###### .. _Creating-your-own-template: Creating your own template """""""""""""""""""""""""" Besides the configuration of the plugin it is also possible to use your own template-file. If you don't specify your own template, something like the following might be used (actually it is an older version of the template used today): ::

###TITLE###

###QUESTION_IMAGE###
###QUESTIONTEXT###


###ANSWERTEXT_FORM### ###ANSWERTEXT_VALUE###

###LINKLIST###

###SUBMIT###


Votes: ###VOTES###

###IMG_PERCENTAGE_RESULT###


###PERCENTAGE_RESULT###
###ANSWERTEXT_RESULT###
###AMOUNT_VOTES### Stimme(n)


Votes: ###VOTES###

###IMG_PERCENTAGE_RESULT###
###PERCENTAGE_RESULT###  ###ANSWERTEXT_RESULT###  ###AMOUNT_VOTES### Stimme(n)

13EXT: Poll - jk_poll Configuration

###LINK###

The template consists of different parts described in the table below. .. ### BEGIN~OF~TABLE ### .. _POLL-HEADER: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row Filename Description used to specify the layout of the question, markers represent the different formfields of the question in the poll record (see Users Manual) included Subparts/Markers :: ###TITLE### the title of the poll :: ###QUESTION_IMAGE### the image :: ###QUESTIONTEXT### the text with your question .. _POLL-VOTE: ~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row Filename Description specifies the layout of the possible answers people can vote for included Subparts/Markers :: repeated part for the different answers :: subpart needed when sr\_freecap is used (otherwise subpart is replaced with nothing) :: subpart needed when captcha is used (otherwise subpart is replaced with nothing) :: ###LINKLIST### link to a list of old polls :: ###SUBMIT### submit button .. _POLL-ANSWER-VERTICAL: Description specifies the layout of the vertical layout included Subparts/Markers :: ###VOTES### the total amounts of registered votes :: ###VOTES_COUNT### the total amount of people voted (not equal to ###VOTES### if users are allowed to vote for more than one answer) :: repeated part for the different answers represented by a poll bar :: ###IMG_PERCENTAGE_RESULT### the percentage of votes as an image :: ###ANSWERTEXT_RESULT### the text of the answer :: ###PERCENTAGE_RESULT### the percentage of people voted for the answer :: ###EXPLANATION### text shown as an explanation of the result after user voted :: ###LINKLIST### link to a list of old polls .. _: Description specifies the layout of the horizontal layout included Subparts/Markers :: ###VOTES### the total amounts of registered votes :: repeated part for the different answers represented by a poll bar :: ###IMG_PERCENTAGE_RESULT### the percentage of votes as an image :: ###ANSWERTEXT_RESULT### the text of the answer :: ###PERCENTAGE_RESULT### the percentage of people voted for the answer :: ###EXPLANATION### text shown as an explanation of the result after user voted :: ###LINKLIST### link to a list of old polls .. _POLL-ANSWER-GOOGLE: Description specifies the layout of the Google chart layout included Subparts/Markers :: ###VOTES### the total amounts of registered votes :: ###GOOGLE_CHART### the percentage for every answer presented in a Google chart :: repeated part for the different answers shown in the Google chart :: ###ANSWERTEXT_RESULT### the text of the answer :: ###PERCENTAGE_RESULT### the percentage of people voted for the answer :: ###EXPLANATION### text shown as an explanation of the result after user voted :: ###LINKLIST### link to a list of old polls .. _POLL-LIST: ~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: table-row Filename Description specifies the layout of the list of all polls included Subparts/Markers :: repeated part for the different links to poll :: ###LINK### the link to a poll :: subpart for showing the result of the poll already in list view :: ###RESULT### the result of the poll .. ###### END~OF~TABLE ###### If you adopt the template to your needs you can only insert the the layout of the poll you'd like to use (vertical or horizontal). Of course you also do not need to use all of the markers (for example ###QUESTION\_IMAGE###). But be aware that the subparts are needed. .. _Add-additional-colors-for-the-poll-bars: Add additional colors for the poll bars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ To add additional colors you can create a gif-file with a color you like which should have the dimension 1x1 pixels. Put the image to the folder images in the location you installed the extension (for local installation this should be typo3conf/ext/jk\_poll/images). To specify your new color to an answer of your poll use the part before the “.gif” (for an image named “purple.gif” this would be purple) like described in the Users manual. .. _Multilanguage-polls: Multilanguage polls ^^^^^^^^^^^^^^^^^^^ To make jk\_poll work with multiple languages on your site, follow the steps described below (same as in tt\_news). Open the sysfolder (or page) where your polls are located and create an “Alternative Page Language” for eachof your translations. Use the list module and activate the “Localization view”. |img-11| Now you should see something like this: |img-12| Just click on the flag icon to create a new translation for your poll: |img-13| Some fields which are not necessary in the translation (like the image) are excluded. So you don't see them in the form. After you made the translations for all poll records the list module could look like this: |img-14| If you use multiple languages for your polls you can choose if the votes are counted for every single poll (different amount of votes in every language) or if the votes are counted for the parent poll (the poll created in the default language). To do so you have to use the config described in the section “Using TSconfig to add poll to every page”. The votes are counted for the parent poll by default. .. _RealURL: RealURL ^^^^^^^ If you use RealURL and you want to count votes for every language separately you might have to configure jk\_poll for not setting cookies for the whole domain. You can do this only via TypoScript (see section “Using TSconfig to add poll to every page”): :: plugin.tx_jkpoll_pi1.cookie_domainpath = 0 .. _To-Do-list: To-Do list ---------- Work on integration of AJAX .. _ChangeLog: ChangeLog --------- .. ### BEGIN~OF~TABLE ### .. _0-9-5: 0.9.5 ^^^^^ .. container:: table-row Version 0.9.5 Changes Now shows correct answers in LIST view when using multiple languages (thanks to Daniel Sigrist). Added feature to limit the amount of answers shown (e.g. only the top 3 answers most voted for). Updated manual. .. _0-9-4: 0.9.4 ^^^^^ .. container:: table-row Version 0.9.4 Changes Fixes a bug in CSS result view. .. _0-9-3: 0.9.3 ^^^^^ .. container:: table-row Version 0.9.3 Changes Fixed bug when configuring cookies with TypoScript (thanks to Hicham Souiba for pointing out). Changed extension from USER back to USER\_INT (prevents caching). .. _0-9-2: 0.9.2 ^^^^^ .. container:: table-row Version 0.9.2 Changes Some minor bugfixes. Added french translation (thanks to Hugo Laporte). .. _0-9-1: 0.9.1 ^^^^^ .. container:: table-row Version 0.9.1 Changes Added marker ###VOTES\_COUNT###. Due to the fact that users may also vote for more than one answer, the amount of votes is not necessarily the amount of people voted. ###VOTES\_COUNT### counts the people voted. Change the type of the images for the poll bars to e.g. png via TypoScript with plugin.tx\_jkpoll\_pi1.image\_type = png (gif is default). Thanks to Robert Heel for submitting a patch for this. Restructured the form for creating a new poll record. First time users now should not be confused by too many form fields available. .. _0-9-0: 0.9.0 ^^^^^ .. container:: table-row Version 0.9.0 Changes Option to let users select more than one answer when voting (uses checkboxes instead of radio buttons). Marker ###QUESTION\_IMAGE### also added to LIST view (height and width for the image can be set). Added pagebrowser to LIST view (extension "pagebrowse" is required). Added option for link from POLL view to RESULT view and back. So users can watch the result and then go back to vote for an answer (implementing this with AJAX perhaps will be done in the future). .. _0-8-2: 0.8.2 ^^^^^ .. container:: table-row Version 0.8.2 Changes Change in form-tag to be XHTML 1.0 Strict compatible (thanks to Gernot Leitgab for the hint). Included danish translation (thanks to Morten Nisker). Changed manual to hopefully be rendered on typo3.org correctly. .. _0-8-0: 0.8.0 ^^^^^ .. container:: table-row Version 0.8.0 Changes Added new template(s). Possibility to add images and description to different answers (see additional template jk\_poll\_images.tmpl as example). Show results of poll in LIST view (good template for this might still be needed). Hide current poll in LIST view. Added option to use CSS to display the result bars (thanks to Michaël DE BONA). Added field explanation which is shown after the users vote and can be useful when creating a poll as kind of a quiz. Added get parameters to make jk\_poll work with extension comments (see http://www.krausmueller.de/en/detail/article/kommentare-zu- umfragen.html) Updated manual. .. _0-7-0: 0.7.0 ^^^^^ .. container:: table-row Version 0.7.0 Changes Changes submitted from Ralf Hettinger: - general code cleanup - handle enableFields (start- und endtime, hidden, deleted) using cObj->enablefields) - change use of time() to SIM\_EXEC\_TIME (makes simulating of times in frontend possible) - change sorting in backend to crdate (as displayed in the frontend) - labels for "no votes" and "one vote" - new options for TypoScript (explained in ext\_typoscript\_setup.txt and manual) Added first experimental support of Google Chart API to display votes. .. _0-6-0: 0.6.0 ^^^^^ .. container:: table-row Version 0.6.0 Changes Added support for multilanguage sites. Added support for sr\_freecap. Other small improvements. .. _0-5-2: 0.5.2 ^^^^^ .. container:: table-row Version 0.5.2 Changes Added feature to forward to a page after successful vote. Added french translation (thanks to Grégory Duchesnes). Small fix for the captcha-html output (thanks to Daniele Maffoli). .. _0-5-1: 0.5.1 ^^^^^ .. container:: table-row Version 0.5.1 Changes Fixed a small issue in the LIST view. .. _0-5-0: 0.5.0 ^^^^^ .. container:: table-row Version 0.5.0 Changes Security fixes for status 'reviewed'. .. _0-4-2: 0.4.2 ^^^^^ .. container:: table-row Version 0.4.2 Changes Some minor changes. .. _0-4-1: 0.4.1 ^^^^^ .. container:: table-row Version 0.4.1 Changes Added configuration for default color of the poll bars. Added italian language (thanks to Claudio Strizzolo). .. _0-4-0: 0.4.0 ^^^^^ .. container:: table-row Version 0.4.0 Changes Added some options to the image defined in the poll (like options for content element image). Added new type result, which shows the result of the last poll record. Added configuration for captcha via TSconfig. .. _0-3-6: 0.3.6 ^^^^^ .. container:: table-row Version 0.3.6 Changes Changed the template to get valid XHTML output. .. _0-3-5: 0.3.5 ^^^^^ .. container:: table-row Version 0.3.5 Changes Added configuration via TSconfig. .. _0-3-0: 0.3.0 ^^^^^ .. container:: table-row Version 0.3.0 Changes Added a listing of the poll records to the Web > Page module. Fixed a little bug in the html output (thanks to Peter Harlander). Prevents FE users from voting again with "page reload" of the browser (if poll is only for FE users). .. _0-2-0: 0.2.0 ^^^^^ .. container:: table-row Version 0.2.0 Changes Added possibility to only allow fe users to vote for an answer. .. _0-1-4: 0.1.4 ^^^^^ .. container:: table-row Version 0.1.4 Changes Changed the template-file. Old one is still available (poll\_old.tmpl). Included support for captcha (extension Captcha is required). Some small bugfixes. .. _0-1-0: 0.1.0 ^^^^^ .. container:: table-row Version 0.1.0 Changes Added possibility to specify how long cookies should be set (also use of non-persistent cookies possible). .. _0-0-7: 0.0.7 ^^^^^ .. container:: table-row Version 0.0.7 Changes Added possibility to vote also for old polls (configurable in Backend). .. _0-0-6: 0.0.6 ^^^^^ .. container:: table-row Version 0.0.6 Changes Added possibility to check if visitor already voted by logging th IP. Added possibility to list old polls and show results. .. _0-0-2-0-0-5: 0.0.2 – 0.0.5 ^^^^^^^^^^^^^ .. container:: table-row Version 0.0.2 – 0.0.5 Changes Updated manual .. _0-0-1: 0.0.1 ^^^^^ .. container:: table-row Version 0.0.1 Changes Added / Changed/ Caught error .. ###### END~OF~TABLE ###### .. ######CUTTER_MARK_IMAGES###### .. |img-1| image:: img-1.png .. :align: left .. :border: 0 .. :height: 44 .. :id: graphics5 .. :name: graphics5 .. :vspace: 57 .. :width: 161 .. |img-2| image:: img-2.png .. :align: left .. |img-3| image:: img-3.jpeg .. :align: left .. :border: 0 .. :height: 259 .. :id: Grafik1 .. :name: Grafik1 .. :width: 432 .. |img-4| image:: img-4.jpeg .. :align: left .. :border: 0 .. :height: 343 .. :id: Grafik2 .. :name: Grafik2 .. :width: 408 .. |img-5| image:: img-5.jpeg .. :align: left .. :border: 0 .. :height: 303 .. :id: Grafik3 .. :name: Grafik3 .. :width: 483 .. |img-6| image:: img-6.jpeg .. :align: left .. :border: 0 .. :height: 196 .. :id: Grafik4 .. :name: Grafik4 .. :width: 163 .. |img-7| image:: img-7.jpeg .. :align: left .. :border: 0 .. :height: 480 .. :id: Grafik5 .. :name: Grafik5 .. :width: 348 .. |img-8| image:: img-8.jpeg .. :align: left .. :border: 0 .. :height: 341 .. :id: Grafik6 .. :name: Grafik6 .. :width: 349 .. |img-9| image:: img-9.jpeg .. :align: left .. :border: 0 .. :height: 75 .. :id: Grafik7 .. :name: Grafik7 .. :width: 439 .. |img-10| image:: img-10.png .. :align: left .. :border: 0 .. :height: 204 .. :id: Grafik8 .. :name: Grafik8 .. :width: 252 .. |img-11| image:: img-11.jpeg .. :align: left .. :border: 0 .. :height: 36 .. :id: Grafik9 .. :name: Grafik9 .. :width: 113 .. |img-12| image:: img-12.jpeg .. :align: left .. :border: 0 .. :height: 153 .. :id: Grafik10 .. :name: Grafik10 .. :width: 354 .. |img-13| image:: img-13.jpeg .. :align: left .. :border: 0 .. :height: 349 .. :id: Grafik11 .. :name: Grafik11 .. :width: 464 .. |img-14| image:: img-14.jpeg .. :align: left .. :border: 0 .. :height: 102 .. :id: Grafik12 .. :name: Grafik12 .. :width: 400