Changeset 819d45124f45e6c61597bd7786940278a1d94d7a
- Timestamp:
- 03/14/11 15:38:46 (14 months ago)
- Author:
- Robin Gareus <robin@…>
- Parents:
- 831f721f57c9e20cd62b268b88db9272b74059a2
- Children:
- 601f086290e8c3e547e5181681d312542f763eef
- git-committer:
- Robin Gareus <robin@gareus.org> / 2011-03-14T16:38:46Z+0100
- Message:
-
sansarmes: 3in1 cleanup
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r831f721
|
r819d451
|
|
| 613 | 613 | var verse:Boolean=true; |
| 614 | 614 | |
| 615 | | if (txt.length < 13) err="Too short, found only "+txt.length+" lines."; |
| | 615 | if (txt.length < 13) err="Le texte est trop court. Vous avez besoin d'au moins un verset et un chÅur."; |
| 616 | 616 | else { |
| 617 | 617 | while (line<txt.length) { |
| … |
… |
|
| 775 | 775 | </mx:VBox> |
| 776 | 776 | --> |
| 777 | | <mx:TabNavigator id="tabs" borderStyle="none" width="100%" height="500"> |
| 778 | | <mx:VBox label="Video Recoder" width="100%" height="100%" id="tabVR"> |
| 779 | | <mx:Box direction="horizontal" width="100%" height="430" x="0" y="0"> |
| | 777 | <mx:TabNavigator id="tabs" borderStyle="none" width="100%" height="500" tabWidth="240"> |
| | 778 | <mx:VBox label="Enregistrer de l'audio/vidéo" width="100%" height="100%" id="tabVR"> |
| | 779 | <mx:Box direction="horizontal" width="100%" height="100%"> |
| 780 | 780 | <mx:VBox width="340" height="100%"> |
| 781 | 781 | <mx:Text width="330"> |
| … |
… |
|
| 864 | 864 | |
| 865 | 865 | |
| 866 | | <mx:VBox label="Text Reader" width="100%" height="100%" id="tabRD"> |
| 867 | | <mx:Box direction="horizontal" width="100%" height="430"> |
| | 866 | <mx:VBox label="Lire les paroles" width="100%" height="100%" id="tabRD"> |
| | 867 | <mx:Box direction="horizontal" width="100%" height="100%"> |
| 868 | 868 | <mx:VBox width="230" height="100%"> |
| 869 | 869 | <mx:Text><mx:htmlText> |
| … |
… |
|
| 891 | 891 | |
| 892 | 892 | |
| 893 | | <mx:VBox label="Text Writer" width="100%" height="100%" id="tabTW"> |
| 894 | | <mx:Box direction="horizontal" width="100%" height="430"> |
| | 893 | <mx:VBox label="Ãcrire des paroles" width="100%" height="100%" id="tabTW"> |
| | 894 | <mx:Box direction="horizontal" width="100%" height="100%"> |
| 895 | 895 | <mx:VBox width="230" height="100%"> |
| 896 | 896 | <mx:Text width="230"> |
| … |
… |
|
| 923 | 923 | <mx:Button id="WRbv" click="verifyParole(event)" label="vérifier"/> |
| 924 | 924 | <mx:Text><mx:htmlText> |
| 925 | | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 4</font>: Autoriser l'parole pour publication]]> |
| | 925 | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 4</font>: Autoriser la publication des paroles]]> |
| 926 | 926 | </mx:htmlText></mx:Text> |
| 927 | 927 | <mx:Button id="WRbs" click="submitParole(event)" label="publier"/> |
| … |
… |
|
| 931 | 931 | <mx:Box direction="horizontal" width="100%"> |
| 932 | 932 | <mx:Text><mx:htmlText> |
| 933 | | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 2</font>: Entrer le parole]]> |
| | 933 | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 2</font>: Entrer les paroles]]> |
| 934 | 934 | </mx:htmlText></mx:Text> |
| 935 | 935 | <mx:Spacer width="100%"/> |
| … |
… |
|
| 939 | 939 | <mx:TextArea id="WRparole" width="100%" height="100%" |
| 940 | 940 | wordWrap="false" text="" condenseWhite="false" |
| 941 | | restrict="a-zA-Z0-9ÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃà áâÀÚéêëìÃîïòóÎöùúûÌç,.'?!()- " /> |
| | 941 | restrict="a-zA-Z0-9ÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃà áâÀÚéêëìÃîïòóÎöùúûÌç,.'`?!() \-" /> |
| 942 | 942 | </mx:VBox> |
| 943 | 943 | </mx:Box> |