Changeset 0ca8eb in indico
- Timestamp:
- 06/24/11 14:31:50 (2 years ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- 5811d4
- Parents:
- 1144eb
- git-author:
- Adrian Moennich <jerome.ernst.monnich@…> (06/17/11 10:55:36)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (06/24/11 14:31:50)
- Location:
- indico/MaKaC/webinterface/tpls
- Files:
-
- 2 edited
-
ConfModifBadgeDesign.tpl (modified) (4 diffs)
-
ConfModifPosterDesign.tpl (modified) (18 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/ConfModifBadgeDesign.tpl
r7f7fcd r0ca8eb 514 514 <tr> 515 515 <td class="titleCellTD"> 516 <span class="titleCellFormat"> ${ _("Background")}<br><small>( ${ _("picture file in jpeg, png or gif")})</small></span>516 <span class="titleCellFormat"> ${ _("Background")}<br><small>(${ _("picture file in jpeg, png or gif")})</small></span> 517 517 </td> 518 518 <form id="bgForm" action="${ saveBackgroundURL }" method="POST" enctype="multipart/form-data" target="uploadTarget"> … … 607 607 </table> 608 608 609 <input id="snap_checkbox" type="checkbox"/><label for="snap_checkbox"> Snap to grid</label>609 <input id="snap_checkbox" type="checkbox"/><label for="snap_checkbox">${ _("Snap to grid")}</label> 610 610 611 611 </td> … … 744 744 <option value="Left"> ${ _("Left")}</option> 745 745 <option value="Right"> ${ _("Right")}</option> 746 <option value="Center"> ${ _("Center")}</option> <br>746 <option value="Center"> ${ _("Center")}</option> 747 747 <option value="Justified"> ${ _("Justified")}</option> 748 748 </select> … … 761 761 </td> 762 762 <td> 763 <input id="fixed_text_field" size="30" name="Element Size" >763 <input id="fixed_text_field" size="30" name="Element Size" disabled="disabled"> 764 764 </td> 765 765 <td> 766 <input class="btn attrButton" value="${ _("Change")}" type="button" data-attr="text" id="changeText" >766 <input class="btn attrButton" value="${ _("Change")}" type="button" data-attr="text" id="changeText" disabled="disabled"> 767 767 </td> 768 768 <td></td> -
indico/MaKaC/webinterface/tpls/ConfModifPosterDesign.tpl
r1144eb r0ca8eb 588 588 <tr> 589 589 <td class="titleCellTD"> 590 <span class="titleCellFormat"> Name</span>590 <span class="titleCellFormat">${_("Name")}</span> 591 591 </td> 592 592 <td colspan="5"> … … 596 596 <tr> 597 597 <td class="titleCellTD"> 598 <span class="titleCellFormat"> Background</span>598 <span class="titleCellFormat">${_("Background")}</span> 599 599 </td> 600 600 <form id="bgForm" action="${ saveBackgroundURL }" method="POST" enctype="multipart/form-data" target="uploadTarget"> 601 601 <td height="20px" NOWRAP align="left" colspan="3"> 602 602 <input name="file" size="58" type="file"> 603 <input class="btn" value=" Send File" type="submit">604 <input class="btn" type="button" value=" Remove background" id="removeBackground">603 <input class="btn" value="${_("Send File")}" type="submit"> 604 <input class="btn" type="button" value="${_("Remove background")}" id="removeBackground"> 605 605 </td> 606 606 <td width="100%" align="left" colspan="4"> … … 615 615 <tr><td> 616 616 <input checked type="radio" id="bgPosStretch" name ='bgPosition' value="Stretch"> 617 <label> Stretch</label>617 <label>${_("Stretch")}</label> 618 618 </td> 619 619 <td> 620 620 <input type='radio' id="bgPosCenter" name ='bgPosition' value="Center"> 621 <label> Center</label>621 <label>${_("Center")}</label> 622 622 </td></tr> 623 623 </tbody> … … 629 629 <tr> 630 630 <td class="titleCellTD" NOWRAP> 631 <span class="titleCellFormat"> Poster Width (cm) </span>631 <span class="titleCellFormat">${_("Poster Width (cm)")} </span> 632 632 </td> 633 633 <td> … … 635 635 </td> 636 636 <td class="titleCellTD" NOWRAP> 637 <span class="titleCellFormat"> Poster Height (cm) </span>637 <span class="titleCellFormat">${_("Poster Height (cm)")} </span> 638 638 </td> 639 639 <td> 640 640 <input id="poster_height" name="Poster Height" size="5"> 641 <input class="btn" value=" Change" type="button" id="changeTemplateSize">641 <input class="btn" value="${ _("Change")}" type="button" id="changeTemplateSize"> 642 642 </td> 643 643 </tr> … … 654 654 655 655 <td width="200" rowspan="2" valign="top"> <!-- Width attribute necessary so that the template design space doesn't move depending on selection text--> 656 <span class="titleCellFormat"> Elements</span>656 <span class="titleCellFormat">${_("Elements")}</span> 657 657 658 658 <br/><br/> 659 659 660 <input name="insertButton" id="insertButton" class="btn" value=" Insert" type="button">661 <input name="removeButton" id="removeButton" class="btn" value=" Remove" type="button" disabled="disabled">660 <input name="insertButton" id="insertButton" class="btn" value="${ _("Insert")}" type="button"> 661 <input name="removeButton" id="removeButton" class="btn" value="${ _("Remove")}" type="button" disabled="disabled"> 662 662 663 663 <br/><br/> … … 670 670 <br/> 671 671 672 Selection: <span id="selection_text"></span>672 ${ _("Selection")}: <span id="selection_text"></span> 673 673 <br/><br/> 674 674 675 Position:675 ${ _("Position")}: 676 676 <br/> 677 677 … … 681 681 <td></td> 682 682 <td align="center"> 683 <input name="Move Template Element Top Button" class="btn moveButton" value=" Top" type="button" data-direction="top">683 <input name="Move Template Element Top Button" class="btn moveButton" value="${ _("Top")}" type="button" data-direction="top"> 684 684 </td> 685 685 <td></td> … … 687 687 <tr> 688 688 <td align="center"> 689 <input name="Move Template Element Left Button" class="btn moveButton" value=" Left" type="button" data-direction="left">689 <input name="Move Template Element Left Button" class="btn moveButton" value="${ _("Left")}" type="button" data-direction="left"> 690 690 </td> 691 691 <td align="center"> 692 <input name="Move Template Element Center Button" class="btn moveButton" value=" Center" type="button" data-direction="center">692 <input name="Move Template Element Center Button" class="btn moveButton" value="${ _("Center")}" type="button" data-direction="center"> 693 693 </td> 694 694 <td align="center"> 695 <input name="Move Template Element Right Button" class="btn moveButton" value=" Right" type="button" data-direction="right">695 <input name="Move Template Element Right Button" class="btn moveButton" value="${ _("Right")}" type="button" data-direction="right"> 696 696 </td> 697 697 </tr> … … 699 699 <td></td> 700 700 <td align="center"> 701 <input name="Move Template Element Bottom Button" class="btn moveButton" value=" Bottom" type="button" data-direction="bottom">701 <input name="Move Template Element Bottom Button" class="btn moveButton" value="${ _("Bottom")}" type="button" data-direction="bottom"> 702 702 </td> 703 703 <td></td> … … 707 707 </table> 708 708 709 <input id="snap_checkbox" type="checkbox"/><label for="snap_checkbox"> Snap to grid</label>709 <input id="snap_checkbox" type="checkbox"/><label for="snap_checkbox">${ _("Snap to grid")}</label> 710 710 711 711 </td> … … 745 745 746 746 <tr> 747 <td colspan="3" rowspan="1" class="titleCellFormat"> Attributes</td>747 <td colspan="3" rowspan="1" class="titleCellFormat">${ _("Attributes")}</td> 748 748 <td></td> 749 749 <td></td> … … 753 753 754 754 <td class="titleCellTD"> 755 <span class="titleCellFormat"> Font </span>755 <span class="titleCellFormat">${ _("Font")} </span> 756 756 </td> 757 757 758 758 <td colspan="2"> 759 759 <select id='font_selector' name="Template Element Font" class="attrSelect" data-attr="font"> 760 <optgroup label=" Normal Fonts">760 <optgroup label="${ _('Normal Fonts') }"> 761 761 <option>Times New Roman</option> 762 762 <option>Courier</option> 763 763 <option>Sans</option> 764 764 </optgroup> 765 <optgroup label=" Special Character Fonts">765 <optgroup label="${ _('Special Character Fonts') }"> 766 766 <option>LinuxLibertine</option> 767 767 <option>Kochi-Mincho</option> … … 774 774 775 775 <td class="titleCellTD"> 776 <span class="titleCellFormat"> Color </span>776 <span class="titleCellFormat">${ _("Color")} </span> 777 777 </td> 778 778 779 779 <td width="100%"> 780 780 <select id='color_selector' name="Template Element Color" class="attrSelect" data-attr="color"> 781 <option >black</option>782 <option >red</option>783 <option >blue</option>784 <option >green</option>785 <option >yellow</option>786 <option >brown</option>787 <option >gold</option>788 <option >pink</option>789 <option >gray</option>790 <option >white</option>781 <option value="black"> ${ _("black")}</option> 782 <option value="red"> ${ _("red")}</option> 783 <option value="blue"> ${ _("blue")}</option> 784 <option value="green"> ${ _("green")}</option> 785 <option value="yellow"> ${ _("yellow")}</option> 786 <option value="brown"> ${ _("brown")}</option> 787 <option value="gold"> ${ _("gold")}</option> 788 <option value="pink"> ${ _("pink")}</option> 789 <option value="gray"> ${ _("gray")}</option> 790 <option value="white"> ${ _("white")}</option> 791 791 </select> 792 792 </td> … … 797 797 798 798 <td class="titleCellTD"> 799 <span class="titleCellFormat"> Style </span>799 <span class="titleCellFormat">${ _("Style")} </span> 800 800 </td> 801 801 802 802 <td colspan="2"> 803 803 <select id='style_selector' name="Template Element Style" class="attrSelect" data-attr="style"> 804 <option value="normal"> Normal</option>805 <option value="bold"> Bold</option>806 <option value="italic"> Italic</option>807 <option value="bold_italic"> Bold & Italic</option>804 <option value="normal"> ${ _("Normal")}</option> 805 <option value="bold"> ${ _("Bold")}</option> 806 <option value="italic"> ${ _("Italic")}</option> 807 <option value="bold_italic"> ${ _("Bold & Italic")}</option> 808 808 </select> 809 809 </td> 810 810 811 811 <td class="titleCellTD"> 812 <span class="titleCellFormat"> Size </span>812 <span class="titleCellFormat"> ${ _("Size")} </span> 813 813 </td> 814 814 … … 840 840 <tr> 841 841 <td class="titleCellTD"> 842 <span class="titleCellFormat"> Alignment </span>842 <span class="titleCellFormat">${ _("Alignment")} </span> 843 843 </td> 844 844 <td colspan="2"> 845 845 <select id='alignment_selector' name="Template Element Alignment" class="attrSelect" data-attr="alignment"> 846 <!-- Note: the textof the options is used directly in the style attribute of the items -->847 <option >Left</option>848 <option >Right</option>849 <option >Center</option><br>850 <option >Justified</option>846 <!-- Note: the value of the options is used directly in the style attribute of the items --> 847 <option value="Left"> ${ _("Left")}</option> 848 <option value="Right"> ${ _("Right")}</option> 849 <option value="Center"> ${ _("Center")}</option> 850 <option value="Justified"> ${ _("Justified")}</option> 851 851 </select> 852 852 </td> 853 853 <td class="titleCellTD"> 854 <span class="titleCellFormat"> Width (cm) </span>854 <span class="titleCellFormat">${ _("Width (cm)")} </span> 855 855 </td> 856 856 <td width="100%"> … … 861 861 <tr> 862 862 <td class="titleCellTD" NOWRAP> 863 <span class="titleCellFormat"> Text (for Fixed Text) </span>863 <span class="titleCellFormat">${ _("Text (for Fixed Text)")} </span> 864 864 </td> 865 865 <td> 866 <input id="fixed_text_field" size="30" name="Element Size" >866 <input id="fixed_text_field" size="30" name="Element Size" disabled="disabled"> 867 867 </td> 868 868 <td> 869 <input class="btn attrButton" id="changeText" value=" Change" type="button" data-attr="text" />869 <input class="btn attrButton" id="changeText" value="${ _("Change")}" type="button" data-attr="text" disabled="disabled" /> 870 870 </td> 871 871 <td></td> … … 879 879 <tr> 880 880 <td colspan="4" align="center" width="100%"> 881 <input class="btn" name="Save Template Button" value=" Save" type="button" id="saveButton">882 <input class="btn" name="Cancel Button" value=" Cancel" type="button" onclick="location.href='${ cancelURL}'">881 <input class="btn" name="Save Template Button" value="${ _("Save")}" type="button" id="saveButton"> 882 <input class="btn" name="Cancel Button" value="${ _("Cancel")}" type="button" onclick="location.href='${cancelURL}'"> 883 883 </td> 884 884 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
