-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
146 lines (143 loc) · 7.23 KB
/
main.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html xml:lang="ja" lang="ja">
<meta charset="utf-8"/>
<head>
<title>textReplaceMemo</title>
<script type="text/javascript" src="js/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.10.0.min.js"></script>
<script type="text/javascript">var $1111 = $.noConflict(true);</script>
<!-- <script src="https://unpkg.com/multiple-select@1.5.2/dist/multiple-select.min.js"></script> -->
<!-- <link rel="stylesheet" href="https://unpkg.com/multiple-select@1.5.2/dist/multiple-select.min.css"> -->
<script src="js/multiple-select.min.js"></script>
<link rel="stylesheet" href="css/multiple-select.min.css">
<link href="css/red.css" rel="stylesheet">
<link href="css/contents.css" rel="stylesheet">
</head>
<body>
<input type="button" value="NL" id="btn5">
<input type="button" value="NL&Spc" id="btn1">
<input type="button" value="BL" id="btn4">
<input type="button" value="Copy" id="btn2">
<input type="button" value="cnt" id="btn3">
<!-- <input type="button" value="Cmd" id="btn6"> -->
<input type="button" value="~Spc~" id="btn7">
<input type="button" value="ALL" id="btn8">
<section>
<div id="textArea">
<form>
<textarea id="changeText" onkeyup="countLength1();" name="changeText" onfocus="this.select();" onclick="this.select();" autofocus></textarea>
</form>
</div>
<div id="count1">
<font size="1.4">文字数</font>
</div>
<div id="explanation">
<!-- <font size="0.2">NL:改行→半角Spc, BL:空行削除, NL&Spc:改行&半角Spc削除<br>ALL:全半角Spc&改行削除, Cmd:行頭の'$'・'%'・'>'を除く</font> -->
<font size="0.2">NL:改行を半角Spcに, BL:空行削除, NL&Spc:改行&半角Spc削除<br>~Spc~:先頭と末尾の半角Spcを削除, ALL:全半角Spc&改行削除</font>
</div>
<div id="rireki" style="font-size:7pt">History1</div>
<div id="textArea1">
<form>
<textarea id="savedText1" name="savedText1" ></textarea>
</form>
</div>
<div id="rireki" style="font-size:7pt">History2</div>
<div id="textArea1">
<form>
<textarea id="savedText2" name="savedText2" ></textarea>
</form>
</div>
<div id="rireki" style="font-size:7pt">History3</div>
<div id="textArea1">
<form>
<textarea id="savedText3" name="savedText3" ></textarea>
</form>
</div>
<hr class="replaceWord">
<!-- <p class="dotted-bottom"></p> -->
<div id="property">
<label><input id="check4" type="checkbox" name="ul-check" class="ul-check"></label>
<select id="al-type">
<option value="1">lower</option>
</select>
<label><input id="check3" type="checkbox" name="ul-check" class="ul-check"></label>
<select id="al-type">
<option value="1">upper</option>
</select>
<label><input id="check10" type="checkbox" name="cap-check" class="cap-check"></label>
<select id="al-type">
<option value="1">capitalize</option>
</select>
</div>
<div id="property">
<label><input id="check6" type="checkbox" name="hf-check" class="hf-check"></label>
<select id="al-type">
<option value="1">半角to全角</option>
</select>
<label><input id="check7" type="checkbox" name="hf-check" class="hf-check"></label>
<select id="al-type">
<option value="1">全角to半角</option>
</select>
<select id="select-multiple" multiple="multiple">
<option value="1" selected name="number">数字</option>
<option value="2" selected name="latin">英字</option>
<option value="3" selected name="kana">カナ</option>
<option value="4" selected name="symbol1">ASCII記号</option>
<option value="5" selected name="symbol2">非ASCII記号</option>
<option value="6" selected name="space">空白</option>
</select>
</div>
<div id="property">
<label><input id="check5" type="checkbox" name="sponge-check" class="sponge-check"></label>
<select id="al-type">
<option value="1">sPoNgE</option>
</select>
</div>
<div id="property">
<label><input id="check8" type="checkbox" name="insert-check" class="insert-check"></label>
<input id="insert_before-txt" placeholder="行頭に挿入する文字" type="text" value="" style="margin-right: 0;">
<label><input id="check9" type="checkbox" name="insert-check" class="insert-check"></label>
<input id="insert_after-txt" placeholder="行末に挿入する文字" type="text" value="">
</div>
<div id="property" bis_skin_checked="1">
<!-- <label><input id="check" type="checkbox" checked></label> -->
<label><input id="check" type="checkbox" name="replace-check"></label>
<input id="before-txt" placeholder="置換前word①" type="text" value="" style="margin-right: 0;">
→
<input id="after-txt" placeholder="置換後word①" type="text" value="">
<br>
<!-- <label><input id="check2" type="checkbox" checked></label> -->
<label><input id="check2" type="checkbox" name="replace-check2"></label>
<input id="before-txt2" placeholder="置換前word②" type="text" value="" style="margin-right: 0;"/>
→
<input id="after-txt2" placeholder="置換後word②" type="text" value="" >
</div>
<!-- <br> -->
<div style="display: flex; flex-wrap: nowrap;">
<div id="meeee" style="font-size:7pt; display: flex; flex-wrap: nowrap;">Before </div>
<input type="button" value="Clear" id="clear-button1">
<input type="button" value="Copy" id="submit-button1">
</div>
<textarea id="input" spellcheck="false"></textarea>
<div id="meeee1" style="font-size:7pt">After</div>
<div class="to"></div>
<textarea id="preview" readonly=""></textarea>
<footer id="footer">
<p>
</p>
</footer>
</div>
<hr class="replaceWord">
<div id="meeee" style="font-size:7pt">Memo</div>
<div id="textArea2">
<form>
<textarea id="Text" onkeyup="countLength2();" name="Text"></textarea>
</form>
</div>
</section>
<script type='text/javascript' src="./js/icheck.js"></script>
<script type='text/javascript' src='./js/caseChange.js'></script>
<script type='text/javascript' src='./js/dropdownForAll.js'></script>
<script type='text/javascript' src="./js/halfSpaceDelete.js",charset="utf-8"></script>
</body>
</html>